Html Css Color HEX #FC7127 Burnt Orange

📋 copy color: '#FC7127'

red 252 ◦ green 113 ◦ blue 39

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

Shades of Burnt Orange #FC7127

Tints of Burnt Orange #FC7127

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 9.65%

R = 62.38%
G = 27.97%
B = 9.65%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FC7127 (or 0xFC7127) is known color: Burnt Orange. HEX triplet: FC, 71 and 27. RGB value is (252,113,39). Sum of RGB (Red+Green+Blue) = 252+113+39=404 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.38% from 404); Green value is 113 (44.53% from 255 or 27.97% from 404); Blue value is 39 (15.62% from 255 or 9.65% from 404); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7127 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7127 is #038ED8. Grayscale: #929292. Windows color (decimal): -233177 or 2585084. OLE color: 2585084.

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

Color convert

RGB 252 113 39 -
CMYK 0 0.55 0.85 0.01
HSL 20.85º 0.97% 0.57% -
HSV(B) 20.85º 0.85% 0.99% -
XYZ 46.42 32.65 5.78 -
YUV 146.13 67.55 203.52 -
System Red Green Blue C M Y K H S L
Decimal 252 113 39 0 0.55 0.85 0.01 20.85 0.97 0.57
Hex FC 71 27 0 37 55 1 15 61 39
Octal 374 161 47 0 67 125 1 25 141 71
Binary 11111100 1110001 100111 0 110111 1010101 1 10101 1100001 111001

Color Harmonies of #FC7127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7127

Black with #FC7127

Text Example


Text Example

White with #FC7127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7127; }

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

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

background-color css

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

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

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

border-color css

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

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

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