Html Css Color HEX #FF6E28 Burnt Orange

📋 copy color: '#FF6E28'

red 255 ◦ green 110 ◦ blue 40

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

Shades of Burnt Orange #FF6E28

Tints of Burnt Orange #FF6E28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.88%

R = 62.96%
G = 27.16%
B = 9.88%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.84

 K value IS 0

RGB Variations

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

Color information

#FF6E28 (or 0xFF6E28) is known color: Burnt Orange. HEX triplet: FF, 6E and 28. RGB value is (255,110,40). Sum of RGB (Red+Green+Blue) = 255+110+40=405 (53% of max value = 765). Red value is 255 (100% from 255 or 62.96% from 405); Green value is 110 (43.36% from 255 or 27.16% from 405); Blue value is 40 (16.02% from 255 or 9.88% from 405); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6E28 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6E28 is #0091D7. Grayscale: #919191. Windows color (decimal): -37336 or 2649855. OLE color: 2649855.

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

Color convert

RGB 255 110 40 -
CMYK 0 0.57 0.84 0
HSL 19.53º 1% 0.58% -
HSV(B) 19.53º 0.84% 1% -
XYZ 47.2 32.57 5.81 -
YUV 145.38 68.54 206.19 -
System Red Green Blue C M Y K H S L
Decimal 255 110 40 0 0.57 0.84 0 19.53 1 0.58
Hex FF 6E 28 0 39 54 0 14 64 3A
Octal 377 156 50 0 71 124 0 24 144 72
Binary 11111111 1101110 101000 0 111001 1010100 0 10100 1100100 111010

Color Harmonies of #FF6E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6E28

Black with #FF6E28

Text Example


Text Example

White with #FF6E28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6E28; }

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

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

background-color css

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

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

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

border-color css

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

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

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