#FA9615

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

Shades of Carrot Orange #FA9615

Tints of Carrot Orange #FA9615

Color information

#FA9615 (or 0xFA9615) is unknown color: approx Carrot Orange. HEX triplet: FA, 96 and 15. RGB value is (250,150,21). Sum of RGB (Red+Green+Blue) = 250+150+21=421 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.38% from 421); Green value is 150 (58.98% from 255 or 35.63% from 421); Blue value is 21 (8.59% from 255 or 4.99% from 421); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9615 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA9615 is #0569EA. Grayscale: #A5A5A5. Windows color (decimal): -354795 or 1414906. OLE color: 1414906.

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

Color convert

RGB25015021-
CMYK00.40.920.02
HSL33.8º95.82%53.14%-
HSV(B)33.8º91.6%98.04%-
XYZ50.4742.196.19-
YUV165.1946.63188.49-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 59.38%
GREEN value IS 150 (58.98% from 255) = 35.63%
BLUE value IS 21 (8.59% from 255) = 4.99%
R=59.38%
G=35.63%
B=4.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.92
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501502100.40.920.0233.895.8253.14
HexFA96150285C2226035
Octal3722262505013424214065
Binary11111010100101101010101010001011100101000101100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9615; }

 p { color: rgb(250,150,21); }

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

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

 a { background-color: rgb(250,150,21); }

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

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

 span { border-color: rgb(250,150,21); }

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