Html Css Color HEX #FC880A Dark Orange

📋 copy color: '#FC880A'

red 252 ◦ green 136 ◦ blue 10

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

Shades of Dark Orange #FC880A

Tints of Dark Orange #FC880A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.51%

R = 63.32%
G = 34.17%
B = 2.51%

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

#FC880A (or 0xFC880A) is known color: Dark Orange. HEX triplet: FC, 88 and 0A. RGB value is (252,136,10). Sum of RGB (Red+Green+Blue) = 252+136+10=398 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.32% from 398); Green value is 136 (53.52% from 255 or 34.17% from 398); Blue value is 10 (4.30% from 255 or 2.51% from 398); Max value from RGB is 252 - color contains mainly: red. Hex color #FC880A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC880A is #0377F5. Grayscale: #9C9C9C. Windows color (decimal): -227318 or 690428. OLE color: 690428.

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

Color convert

RGB 252 136 10 -
CMYK 0 0.46 0.96 0.01
HSL 31.24º 0.98% 0.51% -
HSV(B) 31.24º 0.96% 0.99% -
XYZ 49 38.33 5.1 -
YUV 156.32 45.43 196.25 -
System Red Green Blue C M Y K H S L
Decimal 252 136 10 0 0.46 0.96 0.01 31.24 0.98 0.51
Hex FC 88 A 0 2E 60 1 1F 62 33
Octal 374 210 12 0 56 140 1 37 142 63
Binary 11111100 10001000 1010 0 101110 1100000 1 11111 1100010 110011

Color Harmonies of #FC880A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC880A

Black with #FC880A

Text Example


Text Example

White with #FC880A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC880A; }

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

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

background-color css

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

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

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

border-color css

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

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

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