Html Css Color HEX #FC6A27 Burnt Orange

📋 copy color: '#FC6A27'

red 252 ◦ green 106 ◦ blue 39

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

Shades of Burnt Orange #FC6A27

Tints of Burnt Orange #FC6A27

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.7%

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

R = 63.48%
G = 26.7%
B = 9.82%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FC6A27 (or 0xFC6A27) is known color: Burnt Orange. HEX triplet: FC, 6A and 27. RGB value is (252,106,39). Sum of RGB (Red+Green+Blue) = 252+106+39=397 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.48% from 397); Green value is 106 (41.80% from 255 or 26.70% from 397); Blue value is 39 (15.62% from 255 or 9.82% from 397); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6A27 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6A27 is #0395D8. Grayscale: #8E8E8E. Windows color (decimal): -234969 or 2583292. OLE color: 2583292.

HSL color Cylindrical-coordinate representation of color #FC6A27: hue angle of 18.87º 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 #FC6A27 is Cyan = 0, Magento = 0.58, Yellow = 0.85 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 106 39 -
CMYK 0 0.58 0.85 0.01
HSL 18.87º 0.97% 0.57% -
HSV(B) 18.87º 0.85% 0.99% -
XYZ 45.67 31.15 5.53 -
YUV 142.02 69.87 206.45 -
System Red Green Blue C M Y K H S L
Decimal 252 106 39 0 0.58 0.85 0.01 18.87 0.97 0.57
Hex FC 6A 27 0 3A 55 1 13 61 39
Octal 374 152 47 0 72 125 1 23 141 71
Binary 11111100 1101010 100111 0 111010 1010101 1 10011 1100001 111001

Color Harmonies of #FC6A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6A27

Black with #FC6A27

Text Example


Text Example

White with #FC6A27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6A27; }

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

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

background-color css

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

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

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

border-color css

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

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

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