Html Css Color HEX #F78F0C Dark Orange

📋 copy color: '#F78F0C'

red 247 ◦ green 143 ◦ blue 12

#F78F0C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orange #F78F0C

Tints of Dark Orange #F78F0C

RGB

 RED value IS 247 (96.88% from 255) = 61.44%

 GREEN value IS 143 (56.25% from 255) = 35.57%

 BLUE value IS 12 (5.08% from 255) = 2.99%

R = 61.44%
G = 35.57%
B = 2.99%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.95

 K value IS 0.03

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F78F0C (or 0xF78F0C) is known color: Dark Orange. HEX triplet: F7, 8F and 0C. RGB value is (247,143,12). Sum of RGB (Red+Green+Blue) = 247+143+12=402 (53% of max value = 765). Red value is 247 (96.88% from 255 or 61.44% from 402); Green value is 143 (56.25% from 255 or 35.57% from 402); Blue value is 12 (5.08% from 255 or 2.99% from 402); Max value from RGB is 247 - color contains mainly: red. Hex color #F78F0C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F78F0C is #0870F3. Grayscale: #9F9F9F. Windows color (decimal): -553204 or 823287. OLE color: 823287.

HSL color Cylindrical-coordinate representation of color #F78F0C: hue angle of 33.45º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F78F0C is Cyan = 0, Magento = 0.42, Yellow = 0.95 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 143 12 -
CMYK 0 0.42 0.95 0.03
HSL 33.45º 0.94% 0.51% -
HSV(B) 33.45º 0.95% 0.97% -
XYZ 48.25 39.45 5.42 -
YUV 159.16 44.96 190.65 -
System Red Green Blue C M Y K H S L
Decimal 247 143 12 0 0.42 0.95 0.03 33.45 0.94 0.51
Hex F7 8F C 0 2A 5F 3 21 5E 33
Octal 367 217 14 0 52 137 3 41 136 63
Binary 11110111 10001111 1100 0 101010 1011111 11 100001 1011110 110011

Color Harmonies of #F78F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F78F0C

Black with #F78F0C

Text Example


Text Example

White with #F78F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F78F0C; }

 p { color: rgb(247,143,12); }

 H1.HeaderClassName
 {
   color: #F78F0C;
 }
 .AnyTagClassName
 {
   color: #F78F0C;
 }
</style>

background-color css

<style>
 a { background-color: #F78F0C; }

 a { background-color: rgb(247,143,12); }

 div.DivClassName
 {
   background-color: #F78F0C;
 }
 .BgClassName
 {
   background-color: #F78F0C;
 }
</style>

border-color css

<style>
 span { border-color: #F78F0C; }

 span { border-color: rgb(247,143,12); }

 td.TdClassName
 {
   border-color: #F78F0C;
 }
 .TagClassName
 {
   border-color: #F78F0C;
 }
</style>