Html Css Color HEX #FC6627 Burnt Orange

📋 copy color: '#FC6627'

red 252 ◦ green 102 ◦ blue 39

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

Shades of Burnt Orange #FC6627

Tints of Burnt Orange #FC6627

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.95%

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

R = 64.12%
G = 25.95%
B = 9.92%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FC6627 (or 0xFC6627) is known color: Burnt Orange. HEX triplet: FC, 66 and 27. RGB value is (252,102,39). Sum of RGB (Red+Green+Blue) = 252+102+39=393 (52% of max value = 765). Red value is 252 (98.83% from 255 or 64.12% from 393); Green value is 102 (40.23% from 255 or 25.95% from 393); Blue value is 39 (15.62% from 255 or 9.92% from 393); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6627 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6627 is #0399D8. Grayscale: #8C8C8C. Windows color (decimal): -235993 or 2582268. OLE color: 2582268.

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

Color convert

RGB 252 102 39 -
CMYK 0 0.60 0.85 0.01
HSL 17.75º 0.97% 0.57% -
HSV(B) 17.75º 0.85% 0.99% -
XYZ 45.26 30.34 5.39 -
YUV 139.67 71.2 208.12 -
System Red Green Blue C M Y K H S L
Decimal 252 102 39 0 0.60 0.85 0.01 17.75 0.97 0.57
Hex FC 66 27 0 3C 55 1 12 61 39
Octal 374 146 47 0 74 125 1 22 141 71
Binary 11111100 1100110 100111 0 111100 1010101 1 10010 1100001 111001

Color Harmonies of #FC6627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6627

Black with #FC6627

Text Example


Text Example

White with #FC6627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6627; }

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

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

background-color css

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

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

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

border-color css

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

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

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