#FC9619

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

Shades of Carrot Orange #FC9619

Tints of Carrot Orange #FC9619

Color information

#FC9619 (or 0xFC9619) is unknown color: approx Carrot Orange. HEX triplet: FC, 96 and 19. RGB value is (252,150,25). Sum of RGB (Red+Green+Blue) = 252+150+25=427 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.02% from 427); Green value is 150 (58.98% from 255 or 35.13% from 427); Blue value is 25 (10.16% from 255 or 5.85% from 427); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9619 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC9619 is #0369E6. Grayscale: #A6A6A6. Windows color (decimal): -223719 or 1677052. OLE color: 1677052.

HSL color Cylindrical-coordinate representation of color #FC9619: hue angle of 33.04º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FC9619 is Cyan = 0, Magento = 0.40, Yellow = 0.90 and Black (K on CMYK) = 0.01.

Color convert

RGB25215025-
CMYK00.400.900.01
HSL33.04º97.42%54.31%-
HSV(B)33.04º90.08%98.82%-
XYZ51.2342.586.44-
YUV166.2548.29189.16-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 59.02%
GREEN value IS 150 (58.98% from 255) = 35.13%
BLUE value IS 25 (10.16% from 255) = 5.85%
R=59.02%
G=35.13%
B=5.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.90
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521502500.400.900.0133.0497.4254.31
HexFC96190285A1216136
Octal3742263105013214114166
Binary1111110010010110110010101000101101011000011100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9619; }

 p { color: rgb(252,150,25); }

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

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

 a { background-color: rgb(252,150,25); }

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

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

 span { border-color: rgb(252,150,25); }

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