#F78C16

Color #F78C16 Carrot Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carrot Orange #F78C16

Tints of Carrot Orange #F78C16

Color information

#F78C16 (or 0xF78C16) is unknown color: approx Carrot Orange. HEX triplet: F7, 8C and 16. RGB value is (247,140,22). Sum of RGB (Red+Green+Blue) = 247+140+22=409 (54% of max value = 765). Red value is 247 (96.88% from 255 or 60.39% from 409); Green value is 140 (55.08% from 255 or 34.23% from 409); Blue value is 22 (8.98% from 255 or 5.38% from 409); Max value from RGB is 247 - color contains mainly: red. Hex color #F78C16 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F78C16 is #0873E9. Grayscale: #9F9F9F. Windows color (decimal): -553962 or 1477879. OLE color: 1477879.

HSL color Cylindrical-coordinate representation of color #F78C16: hue angle of 31.47º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F78C16 is Cyan = 0, Magento = 0.43, Yellow = 0.91 and Black (K on CMYK) = 0.03.

Color convert

RGB24714022-
CMYK00.430.910.03
HSL31.47º93.36%52.75%-
HSV(B)31.47º91.09%96.86%-
XYZ47.8838.595.68-
YUV158.5450.95191.09-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 60.39%
GREEN value IS 140 (55.08% from 255) = 34.23%
BLUE value IS 22 (8.98% from 255) = 5.38%
R=60.39%
G=34.23%
B=5.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.91
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2471402200.430.910.0331.4793.3652.75
HexF78C1602B5B31f5d35
Octal3672142605313333713565
Binary1111011110001100101100101011101101111111111011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F78C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F78C16; }

 p { color: rgb(247,140,22); }

 H1.HeaderClassName
 {
   color: #F78C16;
 }
 .AnyTagClassName
 {
   color: #F78C16;
 }
</style>
background-color css

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

 a { background-color: rgb(247,140,22); }

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

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

 span { border-color: rgb(247,140,22); }

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