Html Css Color HEX #FF6E27 Burnt Orange

📋 copy color: '#FF6E27'

red 255 ◦ green 110 ◦ blue 39

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

Shades of Burnt Orange #FF6E27

Tints of Burnt Orange #FF6E27

RGB

 RED value IS 255 (100% from 255) = 63.12%

 GREEN value IS 110 (43.36% from 255) = 27.23%

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

R = 63.12%
G = 27.23%
B = 9.65%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.85

 K value IS 0

RGB Variations

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

Color information

#FF6E27 (or 0xFF6E27) is known color: Burnt Orange. HEX triplet: FF, 6E and 27. RGB value is (255,110,39). Sum of RGB (Red+Green+Blue) = 255+110+39=404 (53% of max value = 765). Red value is 255 (100% from 255 or 63.12% from 404); Green value is 110 (43.36% from 255 or 27.23% from 404); Blue value is 39 (15.62% from 255 or 9.65% from 404); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6E27 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6E27 is #0091D8. Grayscale: #919191. Windows color (decimal): -37337 or 2584319. OLE color: 2584319.

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

Color convert

RGB 255 110 39 -
CMYK 0 0.57 0.85 0
HSL 19.72º 1% 0.58% -
HSV(B) 19.72º 0.85% 1% -
XYZ 47.18 32.56 5.72 -
YUV 145.26 68.04 206.27 -
System Red Green Blue C M Y K H S L
Decimal 255 110 39 0 0.57 0.85 0 19.72 1 0.58
Hex FF 6E 27 0 39 55 0 14 64 3A
Octal 377 156 47 0 71 125 0 24 144 72
Binary 11111111 1101110 100111 0 111001 1010101 0 10100 1100100 111010

Color Harmonies of #FF6E27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6E27

Black with #FF6E27

Text Example


Text Example

White with #FF6E27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6E27; }

 p { color: rgb(255,110,39); }

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

background-color css

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

 a { background-color: rgb(255,110,39); }

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

border-color css

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

 span { border-color: rgb(255,110,39); }

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