#FA8C15

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

Shades of Carrot Orange #FA8C15

Tints of Carrot Orange #FA8C15

Color information

#FA8C15 (or 0xFA8C15) is unknown color: approx Carrot Orange. HEX triplet: FA, 8C and 15. RGB value is (250,140,21). Sum of RGB (Red+Green+Blue) = 250+140+21=411 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.83% from 411); Green value is 140 (55.08% from 255 or 34.06% from 411); Blue value is 21 (8.59% from 255 or 5.11% from 411); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8C15 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA8C15 is #0573EA. Grayscale: #9F9F9F. Windows color (decimal): -357355 or 1412346. OLE color: 1412346.

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

Color convert

RGB25014021-
CMYK00.440.920.02
HSL31.18º95.82%53.14%-
HSV(B)31.18º91.6%98.04%-
XYZ48.9439.135.68-
YUV159.3249.94192.68-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 60.83%
GREEN value IS 140 (55.08% from 255) = 34.06%
BLUE value IS 21 (8.59% from 255) = 5.11%
R=60.83%
G=34.06%
B=5.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.92
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501402100.440.920.0231.1895.8253.14
HexFA8C1502C5C21f6035
Octal3722142505413423714065
Binary1111101010001100101010101100101110010111111100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8C15; }

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

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

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

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

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

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

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

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