Html Css Color HEX #FC7C2D Burnt Orange

📋 copy color: '#FC7C2D'

red 252 ◦ green 124 ◦ blue 45

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

Shades of Burnt Orange #FC7C2D

Tints of Burnt Orange #FC7C2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 10.69%

R = 59.86%
G = 29.45%
B = 10.69%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FC7C2D (or 0xFC7C2D) is known color: Burnt Orange. HEX triplet: FC, 7C and 2D. RGB value is (252,124,45). Sum of RGB (Red+Green+Blue) = 252+124+45=421 (55% of max value = 765). Red value is 252 (98.83% from 255 or 59.86% from 421); Green value is 124 (48.83% from 255 or 29.45% from 421); Blue value is 45 (17.97% from 255 or 10.69% from 421); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7C2D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7C2D is #0383D2. Grayscale: #999999. Windows color (decimal): -230355 or 2981116. OLE color: 2981116.

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

Color convert

RGB 252 124 45 -
CMYK 0 0.51 0.82 0.01
HSL 22.9º 0.97% 0.58% -
HSV(B) 22.9º 0.82% 0.99% -
XYZ 47.83 35.3 6.78 -
YUV 153.27 66.91 198.42 -
System Red Green Blue C M Y K H S L
Decimal 252 124 45 0 0.51 0.82 0.01 22.9 0.97 0.58
Hex FC 7C 2D 0 33 52 1 17 61 3A
Octal 374 174 55 0 63 122 1 27 141 72
Binary 11111100 1111100 101101 0 110011 1010010 1 10111 1100001 111010

Color Harmonies of #FC7C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7C2D

Black with #FC7C2D

Text Example


Text Example

White with #FC7C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7C2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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