Html Css Color HEX #FC7F2A Burnt Orange

📋 copy color: '#FC7F2A'

red 252 ◦ green 127 ◦ blue 42

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

Shades of Burnt Orange #FC7F2A

Tints of Burnt Orange #FC7F2A

RGB

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

 GREEN value IS 127 (50% from 255) = 30.17%

 BLUE value IS 42 (16.8% from 255) = 9.98%

R = 59.86%
G = 30.17%
B = 9.98%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FC7F2A (or 0xFC7F2A) is known color: Burnt Orange. HEX triplet: FC, 7F and 2A. RGB value is (252,127,42). Sum of RGB (Red+Green+Blue) = 252+127+42=421 (55% of max value = 765). Red value is 252 (98.83% from 255 or 59.86% from 421); Green value is 127 (50% from 255 or 30.17% from 421); Blue value is 42 (16.80% from 255 or 9.98% from 421); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7F2A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7F2A is #0380D5. Grayscale: #9B9B9B. Windows color (decimal): -229590 or 2785276. OLE color: 2785276.

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

Color convert

RGB 252 127 42 -
CMYK 0 0.50 0.83 0.01
HSL 24.29º 0.97% 0.58% -
HSV(B) 24.29º 0.83% 0.99% -
XYZ 48.15 36.04 6.61 -
YUV 154.69 64.41 197.41 -
System Red Green Blue C M Y K H S L
Decimal 252 127 42 0 0.50 0.83 0.01 24.29 0.97 0.58
Hex FC 7F 2A 0 32 53 1 18 61 3A
Octal 374 177 52 0 62 123 1 30 141 72
Binary 11111100 1111111 101010 0 110010 1010011 1 11000 1100001 111010

Color Harmonies of #FC7F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7F2A

Black with #FC7F2A

Text Example


Text Example

White with #FC7F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7F2A; }

 p { color: rgb(252,127,42); }

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

background-color css

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

 a { background-color: rgb(252,127,42); }

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

border-color css

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

 span { border-color: rgb(252,127,42); }

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