Html Css Color HEX #FC881C Carrot Orange

📋 copy color: '#FC881C'

red 252 ◦ green 136 ◦ blue 28

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

Shades of Carrot Orange #FC881C

Tints of Carrot Orange #FC881C

RGB

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

 GREEN value IS 136 (53.52% from 255) = 32.69%

 BLUE value IS 28 (11.33% from 255) = 6.73%

R = 60.58%
G = 32.69%
B = 6.73%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FC881C (or 0xFC881C) is known color: Carrot Orange. HEX triplet: FC, 88 and 1C. RGB value is (252,136,28). Sum of RGB (Red+Green+Blue) = 252+136+28=416 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.58% from 416); Green value is 136 (53.52% from 255 or 32.69% from 416); Blue value is 28 (11.33% from 255 or 6.73% from 416); Max value from RGB is 252 - color contains mainly: red. Hex color #FC881C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC881C is #0377E3. Grayscale: #9E9E9E. Windows color (decimal): -227300 or 1870076. OLE color: 1870076.

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

Color convert

RGB 252 136 28 -
CMYK 0 0.46 0.89 0.01
HSL 28.93º 0.97% 0.55% -
HSV(B) 28.93º 0.89% 0.99% -
XYZ 49.16 38.39 5.92 -
YUV 158.37 54.43 194.78 -
System Red Green Blue C M Y K H S L
Decimal 252 136 28 0 0.46 0.89 0.01 28.93 0.97 0.55
Hex FC 88 1C 0 2E 59 1 1D 61 37
Octal 374 210 34 0 56 131 1 35 141 67
Binary 11111100 10001000 11100 0 101110 1011001 1 11101 1100001 110111

Color Harmonies of #FC881C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC881C

Black with #FC881C

Text Example


Text Example

White with #FC881C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC881C; }

 p { color: rgb(252,136,28); }

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

background-color css

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

 a { background-color: rgb(252,136,28); }

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

border-color css

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

 span { border-color: rgb(252,136,28); }

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