Html Css Color HEX #FC870A Dark Orange

📋 copy color: '#FC870A'

red 252 ◦ green 135 ◦ blue 10

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

Shades of Dark Orange #FC870A

Tints of Dark Orange #FC870A

RGB

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

 GREEN value IS 135 (53.13% from 255) = 34.01%

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

R = 63.48%
G = 34.01%
B = 2.52%

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

#FC870A (or 0xFC870A) is known color: Dark Orange. HEX triplet: FC, 87 and 0A. RGB value is (252,135,10). Sum of RGB (Red+Green+Blue) = 252+135+10=397 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.48% from 397); Green value is 135 (53.12% from 255 or 34.01% from 397); Blue value is 10 (4.30% from 255 or 2.52% from 397); Max value from RGB is 252 - color contains mainly: red. Hex color #FC870A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC870A is #0378F5. Grayscale: #9C9C9C. Windows color (decimal): -227574 or 690172. OLE color: 690172.

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

Color convert

RGB 252 135 10 -
CMYK 0 0.46 0.96 0.01
HSL 30.99º 0.98% 0.51% -
HSV(B) 30.99º 0.96% 0.99% -
XYZ 48.86 38.05 5.06 -
YUV 155.73 45.76 196.66 -
System Red Green Blue C M Y K H S L
Decimal 252 135 10 0 0.46 0.96 0.01 30.99 0.98 0.51
Hex FC 87 A 0 2E 60 1 1F 62 33
Octal 374 207 12 0 56 140 1 37 142 63
Binary 11111100 10000111 1010 0 101110 1100000 1 11111 1100010 110011

Color Harmonies of #FC870A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC870A

Black with #FC870A

Text Example


Text Example

White with #FC870A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC870A; }

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

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

background-color css

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

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

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

border-color css

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

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

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