Html Css Color HEX #FC8C1F Carrot Orange

📋 copy color: '#FC8C1F'

red 252 ◦ green 140 ◦ blue 31

#FC8C1F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Carrot Orange #FC8C1F

Tints of Carrot Orange #FC8C1F

RGB

 RED value IS 252 (98.83% from 255) = 59.57%

 GREEN value IS 140 (55.08% from 255) = 33.1%

 BLUE value IS 31 (12.5% from 255) = 7.33%

R = 59.57%
G = 33.1%
B = 7.33%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FC8C1F (or 0xFC8C1F) is known color: Carrot Orange. HEX triplet: FC, 8C and 1F. RGB value is (252,140,31). Sum of RGB (Red+Green+Blue) = 252+140+31=423 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.57% from 423); Green value is 140 (55.08% from 255 or 33.10% from 423); Blue value is 31 (12.5% from 255 or 7.33% from 423); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8C1F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8C1F is #0373E0. Grayscale: #A1A1A1. Windows color (decimal): -226273 or 2067708. OLE color: 2067708.

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

Color convert

RGB 252 140 31 -
CMYK 0 0.44 0.88 0.01
HSL 29.59º 0.97% 0.55% -
HSV(B) 29.59º 0.88% 0.99% -
XYZ 49.77 39.55 6.31 -
YUV 161.06 54.61 192.86 -
System Red Green Blue C M Y K H S L
Decimal 252 140 31 0 0.44 0.88 0.01 29.59 0.97 0.55
Hex FC 8C 1F 0 2C 58 1 1E 61 37
Octal 374 214 37 0 54 130 1 36 141 67
Binary 11111100 10001100 11111 0 101100 1011000 1 11110 1100001 110111

Color Harmonies of #FC8C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8C1F

Black with #FC8C1F

Text Example


Text Example

White with #FC8C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8C1F; }

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

 H1.HeaderClassName
 {
   color: #FC8C1F;
 }
 .AnyTagClassName
 {
   color: #FC8C1F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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