#FC891A

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

Shades of Carrot Orange #FC891A

Tints of Carrot Orange #FC891A

Color information

#FC891A (or 0xFC891A) is unknown color: approx Carrot Orange. HEX triplet: FC, 89 and 1A. RGB value is (252,137,26). Sum of RGB (Red+Green+Blue) = 252+137+26=415 (54% of max value = 765). Red value is 252 (98.83% from 255 or 60.72% from 415); Green value is 137 (53.91% from 255 or 33.01% from 415); Blue value is 26 (10.55% from 255 or 6.27% from 415); Max value from RGB is 252 - color contains mainly: red. Hex color #FC891A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC891A is #0376E5. Grayscale: #9F9F9F. Windows color (decimal): -227046 or 1739260. OLE color: 1739260.

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

Color convert

RGB25213726-
CMYK00.460.900.01
HSL29.47º97.41%54.51%-
HSV(B)29.47º89.68%98.82%-
XYZ49.2838.665.84-
YUV158.7353.1194.53-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 60.72%
GREEN value IS 137 (53.91% from 255) = 33.01%
BLUE value IS 26 (10.55% from 255) = 6.27%
R=60.72%
G=33.01%
B=6.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.90
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521372600.460.900.0129.4797.4154.51
HexFC891A02E5A11d6137
Octal3742113205613213514167
Binary111111001000100111010010111010110101111011100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC891A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC891A; }

 p { color: rgb(252,137,26); }

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

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

 a { background-color: rgb(252,137,26); }

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

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

 span { border-color: rgb(252,137,26); }

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