#FA9415

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

Shades of Carrot Orange #FA9415

Tints of Carrot Orange #FA9415

Color information

#FA9415 (or 0xFA9415) is unknown color: approx Carrot Orange. HEX triplet: FA, 94 and 15. RGB value is (250,148,21). Sum of RGB (Red+Green+Blue) = 250+148+21=419 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.67% from 419); Green value is 148 (58.20% from 255 or 35.32% from 419); Blue value is 21 (8.59% from 255 or 5.01% from 419); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9415 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA9415 is #056BEA. Grayscale: #A4A4A4. Windows color (decimal): -355307 or 1414394. OLE color: 1414394.

HSL color Cylindrical-coordinate representation of color #FA9415: hue angle of 33.28º 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 #FA9415 is Cyan = 0, Magento = 0.41, Yellow = 0.92 and Black (K on CMYK) = 0.02.

Color convert

RGB25014821-
CMYK00.410.920.02
HSL33.28º95.82%53.14%-
HSV(B)33.28º91.6%98.04%-
XYZ50.1541.566.09-
YUV164.0247.29189.33-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 59.67%
GREEN value IS 148 (58.20% from 255) = 35.32%
BLUE value IS 21 (8.59% from 255) = 5.01%
R=59.67%
G=35.32%
B=5.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.92
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501482100.410.920.0233.2895.8253.14
HexFA94150295C2216035
Octal3722242505113424114065
Binary11111010100101001010101010011011100101000011100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9415; }

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

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

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

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

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

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

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

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