Html Css Color HEX #FC7C2F Burnt Orange

📋 copy color: '#FC7C2F'

red 252 ◦ green 124 ◦ blue 47

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

Shades of Burnt Orange #FC7C2F

Tints of Burnt Orange #FC7C2F

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.31%

 BLUE value IS 47 (18.75% from 255) = 11.11%

R = 59.57%
G = 29.31%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FC7C2F (or 0xFC7C2F) is known color: Burnt Orange. HEX triplet: FC, 7C and 2F. RGB value is (252,124,47). Sum of RGB (Red+Green+Blue) = 252+124+47=423 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.57% from 423); Green value is 124 (48.83% from 255 or 29.31% from 423); Blue value is 47 (18.75% from 255 or 11.11% from 423); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7C2F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7C2F is #0383D0. Grayscale: #999999. Windows color (decimal): -230353 or 3112188. OLE color: 3112188.

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

Color convert

RGB 252 124 47 -
CMYK 0 0.51 0.81 0.01
HSL 22.54º 0.97% 0.59% -
HSV(B) 22.54º 0.81% 0.99% -
XYZ 47.87 35.32 6.98 -
YUV 153.49 67.91 198.26 -
System Red Green Blue C M Y K H S L
Decimal 252 124 47 0 0.51 0.81 0.01 22.54 0.97 0.59
Hex FC 7C 2F 0 33 51 1 17 61 3B
Octal 374 174 57 0 63 121 1 27 141 73
Binary 11111100 1111100 101111 0 110011 1010001 1 10111 1100001 111011

Color Harmonies of #FC7C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7C2F

Black with #FC7C2F

Text Example


Text Example

White with #FC7C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7C2F; }

 p { color: rgb(252,124,47); }

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

background-color css

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

 a { background-color: rgb(252,124,47); }

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

border-color css

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

 span { border-color: rgb(252,124,47); }

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