Html Css Color HEX #FC6D27 Burnt Orange

📋 copy color: '#FC6D27'

red 252 ◦ green 109 ◦ blue 39

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

Shades of Burnt Orange #FC6D27

Tints of Burnt Orange #FC6D27

RGB

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

 GREEN value IS 109 (42.97% from 255) = 27.25%

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

R = 63%
G = 27.25%
B = 9.75%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FC6D27 (or 0xFC6D27) is known color: Burnt Orange. HEX triplet: FC, 6D and 27. RGB value is (252,109,39). Sum of RGB (Red+Green+Blue) = 252+109+39=400 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63% from 400); Green value is 109 (42.97% from 255 or 27.25% from 400); Blue value is 39 (15.62% from 255 or 9.75% from 400); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6D27 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6D27 is #0392D8. Grayscale: #909090. Windows color (decimal): -234201 or 2584060. OLE color: 2584060.

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

Color convert

RGB 252 109 39 -
CMYK 0 0.57 0.85 0.01
HSL 19.72º 0.97% 0.57% -
HSV(B) 19.72º 0.85% 0.99% -
XYZ 45.98 31.78 5.63 -
YUV 143.78 68.88 205.19 -
System Red Green Blue C M Y K H S L
Decimal 252 109 39 0 0.57 0.85 0.01 19.72 0.97 0.57
Hex FC 6D 27 0 39 55 1 14 61 39
Octal 374 155 47 0 71 125 1 24 141 71
Binary 11111100 1101101 100111 0 111001 1010101 1 10100 1100001 111001

Color Harmonies of #FC6D27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6D27

Black with #FC6D27

Text Example


Text Example

White with #FC6D27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6D27; }

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

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

background-color css

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

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

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

border-color css

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

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

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