#FA9919

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

Shades of Carrot Orange #FA9919

Tints of Carrot Orange #FA9919

Color information

#FA9919 (or 0xFA9919) is unknown color: approx Carrot Orange. HEX triplet: FA, 99 and 19. RGB value is (250,153,25). Sum of RGB (Red+Green+Blue) = 250+153+25=428 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.41% from 428); Green value is 153 (60.16% from 255 or 35.75% from 428); Blue value is 25 (10.16% from 255 or 5.84% from 428); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9919 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA9919 is #0566E6. Grayscale: #A8A8A8. Windows color (decimal): -354023 or 1677818. OLE color: 1677818.

HSL color Cylindrical-coordinate representation of color #FA9919: hue angle of 34.13º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FA9919 is Cyan = 0, Magento = 0.39, Yellow = 0.9 and Black (K on CMYK) = 0.02.

Color convert

RGB25015325-
CMYK00.390.90.02
HSL34.13º95.74%53.92%-
HSV(B)34.13º90%98.04%-
XYZ50.9943.186.57-
YUV167.4147.64186.91-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 58.41%
GREEN value IS 153 (60.16% from 255) = 35.75%
BLUE value IS 25 (10.16% from 255) = 5.84%
R=58.41%
G=35.75%
B=5.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.9
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501532500.390.90.0234.1395.7453.92
HexFA99190275A2226036
Octal3722313104713224214066
Binary11111010100110011100101001111011010101000101100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9919; }

 p { color: rgb(250,153,25); }

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

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

 a { background-color: rgb(250,153,25); }

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

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

 span { border-color: rgb(250,153,25); }

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