Html Css Color HEX #FC7136 Burnt Orange

📋 copy color: '#FC7136'

red 252 ◦ green 113 ◦ blue 54

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

Shades of Burnt Orange #FC7136

Tints of Burnt Orange #FC7136

RGB

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

 GREEN value IS 113 (44.53% from 255) = 26.97%

 BLUE value IS 54 (21.48% from 255) = 12.89%

R = 60.14%
G = 26.97%
B = 12.89%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#FC7136 (or 0xFC7136) is known color: Burnt Orange. HEX triplet: FC, 71 and 36. RGB value is (252,113,54). Sum of RGB (Red+Green+Blue) = 252+113+54=419 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.14% from 419); Green value is 113 (44.53% from 255 or 26.97% from 419); Blue value is 54 (21.48% from 255 or 12.89% from 419); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7136 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7136 is #038EC9. Grayscale: #949494. Windows color (decimal): -233162 or 3568124. OLE color: 3568124.

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

Color convert

RGB 252 113 54 -
CMYK 0 0.55 0.79 0.01
HSL 17.88º 0.97% 0.6% -
HSV(B) 17.88º 0.79% 0.99% -
XYZ 46.72 32.77 7.35 -
YUV 147.84 75.05 202.3 -
System Red Green Blue C M Y K H S L
Decimal 252 113 54 0 0.55 0.79 0.01 17.88 0.97 0.6
Hex FC 71 36 0 37 4F 1 12 61 3C
Octal 374 161 66 0 67 117 1 22 141 74
Binary 11111100 1110001 110110 0 110111 1001111 1 10010 1100001 111100

Color Harmonies of #FC7136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7136

Black with #FC7136

Text Example


Text Example

White with #FC7136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7136; }

 p { color: rgb(252,113,54); }

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

background-color css

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

 a { background-color: rgb(252,113,54); }

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

border-color css

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

 span { border-color: rgb(252,113,54); }

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