Html Css Color HEX #FC7F3C Burnt Orange

📋 copy color: '#FC7F3C'

red 252 ◦ green 127 ◦ blue 60

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

Shades of Burnt Orange #FC7F3C

Tints of Burnt Orange #FC7F3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 13.67%

R = 57.4%
G = 28.93%
B = 13.67%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FC7F3C (or 0xFC7F3C) is known color: Burnt Orange. HEX triplet: FC, 7F and 3C. RGB value is (252,127,60). Sum of RGB (Red+Green+Blue) = 252+127+60=439 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.40% from 439); Green value is 127 (50% from 255 or 28.93% from 439); Blue value is 60 (23.83% from 255 or 13.67% from 439); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7F3C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7F3C is #0380C3. Grayscale: #9D9D9D. Windows color (decimal): -229572 or 3964924. OLE color: 3964924.

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

Color convert

RGB 252 127 60 -
CMYK 0 0.50 0.76 0.01
HSL 20.94º 0.97% 0.61% -
HSV(B) 20.94º 0.76% 0.99% -
XYZ 48.55 36.2 8.7 -
YUV 156.74 73.41 195.95 -
System Red Green Blue C M Y K H S L
Decimal 252 127 60 0 0.50 0.76 0.01 20.94 0.97 0.61
Hex FC 7F 3C 0 32 4C 1 15 61 3D
Octal 374 177 74 0 62 114 1 25 141 75
Binary 11111100 1111111 111100 0 110010 1001100 1 10101 1100001 111101

Color Harmonies of #FC7F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7F3C

Black with #FC7F3C

Text Example


Text Example

White with #FC7F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7F3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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