#FC8F1F

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

Shades of Carrot Orange #FC8F1F

Tints of Carrot Orange #FC8F1F

Color information

#FC8F1F (or 0xFC8F1F) is unknown color: approx Carrot Orange. HEX triplet: FC, 8F and 1F. RGB value is (252,143,31). Sum of RGB (Red+Green+Blue) = 252+143+31=426 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.15% from 426); Green value is 143 (56.25% from 255 or 33.57% from 426); Blue value is 31 (12.5% from 255 or 7.28% from 426); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8F1F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8F1F is #0370E0. Grayscale: #A3A3A3. Windows color (decimal): -225505 or 2068476. OLE color: 2068476.

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

Color convert

RGB25214331-
CMYK00.430.880.01
HSL30.41º97.36%55.49%-
HSV(B)30.41º87.7%98.82%-
XYZ50.2140.446.46-
YUV162.8253.61191.61-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 59.15%
GREEN value IS 143 (56.25% from 255) = 33.57%
BLUE value IS 31 (12.5% from 255) = 7.28%
R=59.15%
G=33.57%
B=7.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.88
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521433100.430.880.0130.4197.3655.49
HexFC8F1F02B5811e6137
Octal3742173705313013614167
Binary111111001000111111111010101110110001111101100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8F1F; }

 p { color: rgb(252,143,31); }

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

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

 a { background-color: rgb(252,143,31); }

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

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

 span { border-color: rgb(252,143,31); }

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