Html Css Color HEX #FC7D3B Burnt Orange

📋 copy color: '#FC7D3B'

red 252 ◦ green 125 ◦ blue 59

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

Shades of Burnt Orange #FC7D3B

Tints of Burnt Orange #FC7D3B

RGB

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

 GREEN value IS 125 (49.22% from 255) = 28.67%

 BLUE value IS 59 (23.44% from 255) = 13.53%

R = 57.8%
G = 28.67%
B = 13.53%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#FC7D3B (or 0xFC7D3B) is known color: Burnt Orange. HEX triplet: FC, 7D and 3B. RGB value is (252,125,59). Sum of RGB (Red+Green+Blue) = 252+125+59=436 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.80% from 436); Green value is 125 (49.22% from 255 or 28.67% from 436); Blue value is 59 (23.44% from 255 or 13.53% from 436); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7D3B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7D3B is #0382C4. Grayscale: #9B9B9B. Windows color (decimal): -230085 or 3898876. OLE color: 3898876.

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

Color convert

RGB 252 125 59 -
CMYK 0 0.50 0.77 0.01
HSL 20.52º 0.97% 0.61% -
HSV(B) 20.52º 0.77% 0.99% -
XYZ 48.27 35.68 8.48 -
YUV 155.45 73.58 196.87 -
System Red Green Blue C M Y K H S L
Decimal 252 125 59 0 0.50 0.77 0.01 20.52 0.97 0.61
Hex FC 7D 3B 0 32 4D 1 15 61 3D
Octal 374 175 73 0 62 115 1 25 141 75
Binary 11111100 1111101 111011 0 110010 1001101 1 10101 1100001 111101

Color Harmonies of #FC7D3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7D3B

Black with #FC7D3B

Text Example


Text Example

White with #FC7D3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7D3B; }

 p { color: rgb(252,125,59); }

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

background-color css

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

 a { background-color: rgb(252,125,59); }

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

border-color css

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

 span { border-color: rgb(252,125,59); }

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