Html Css Color HEX #FC880B Dark Orange

📋 copy color: '#FC880B'

red 252 ◦ green 136 ◦ blue 11

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

Shades of Dark Orange #FC880B

Tints of Dark Orange #FC880B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.76%

R = 63.16%
G = 34.09%
B = 2.76%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FC880B (or 0xFC880B) is known color: Dark Orange. HEX triplet: FC, 88 and 0B. RGB value is (252,136,11). Sum of RGB (Red+Green+Blue) = 252+136+11=399 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.16% from 399); Green value is 136 (53.52% from 255 or 34.09% from 399); Blue value is 11 (4.69% from 255 or 2.76% from 399); Max value from RGB is 252 - color contains mainly: red. Hex color #FC880B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC880B is #0377F4. Grayscale: #9D9D9D. Windows color (decimal): -227317 or 755964. OLE color: 755964.

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

Color convert

RGB 252 136 11 -
CMYK 0 0.46 0.96 0.01
HSL 31.12º 0.98% 0.52% -
HSV(B) 31.12º 0.96% 0.99% -
XYZ 49.01 38.33 5.13 -
YUV 156.43 45.93 196.16 -
System Red Green Blue C M Y K H S L
Decimal 252 136 11 0 0.46 0.96 0.01 31.12 0.98 0.52
Hex FC 88 B 0 2E 60 1 1F 62 34
Octal 374 210 13 0 56 140 1 37 142 64
Binary 11111100 10001000 1011 0 101110 1100000 1 11111 1100010 110100

Color Harmonies of #FC880B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC880B

Black with #FC880B

Text Example


Text Example

White with #FC880B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC880B; }

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

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

background-color css

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

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

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

border-color css

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

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

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