Color Hex Logo

#f4750d Color Hex

#F4750D
(244,117,13)
0 Favorites   0 Comments

Color spaces of #f4750d

RGB 24411713
HSL0.080.910.50
HSV27°95°96°
CMYK 0.000.520.95   0.04
XYZ43.742231.98474.2490
Yxy31.98470.54690.3999
Hunter Lab56.555039.088735.1340
CIE-Lab63.330244.092068.9384

#f4750d color RGB value is (244,117,13).

#f4750d hex color red value is 244, green value is 117 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #f4750d hue: 0.08 , saturation: 0.91 and the lightness value of f4750d is 0.50.

The process color (four color CMYK) of #f4750d color hex is 0.00, 0.52, 0.95, 0.04. Web safe color of #f4750d is #ff6600. Color #f4750d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 01110101 00001101
Octal 364 165 15
Decimal 244 117 13
Hex F4 75 D

RGB Percentages of Color #f4750d

%65.24
%31.28
%3.48

CMYK Percentages of Color #f4750d

%0
%52
%95
%4

Triadic Colors of #f4750d

#f4750d #0df475 #750df4

Analogous Colors of #f4750d

#f4750d #f4e90d #f40d18

Monochromatic Colors of #f4750d

#f4750d

Complementary Color

#f4750d #0d8cf4

#f4750d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4750d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4750d Color CSS Codes

.mybgcolor {background-color:#f4750d; } 
.myforecolor {color:#f4750d; }
.mybordercolor {border:3px solid #f4750d; }

#f4750d Text Font Color

<p style="color:#f4750d">Text here</p>

This sample text font color is #f4750d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#f4750d Background Color

<div style="background-color:#f4750d">
Div content here</div>

This div background color is #f4750d


#f4750d Border Color

<div style="border:3px solid #f4750d">
Div here</div>

This div border color is #f4750d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(244,117,13, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f4750d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f4750d;
  -webkit-box-shadow: 1px 1px 3px 2px #f4750d;
  box-shadow:         1px 1px 3px 2px #f4750d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(244,117,13, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f4750d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #f4750d;
  -webkit-box-shadow: 1px 1px 3px 2px #f4750d;
  box-shadow:         1px 1px 3px 2px #f4750d;">
Div content here</div>

This div box has shadow with color #f4750d


Comments

No comments written yet.

Please login to write comment.