Html Css Color HEX #FF6E26 Burnt Orange

📋 copy color: '#FF6E26'

red 255 ◦ green 110 ◦ blue 38

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

Shades of Burnt Orange #FF6E26

Tints of Burnt Orange #FF6E26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 9.43%

R = 63.28%
G = 27.3%
B = 9.43%

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

#FF6E26 (or 0xFF6E26) is known color: Burnt Orange. HEX triplet: FF, 6E and 26. RGB value is (255,110,38). Sum of RGB (Red+Green+Blue) = 255+110+38=403 (53% of max value = 765). Red value is 255 (100% from 255 or 63.28% from 403); Green value is 110 (43.36% from 255 or 27.30% from 403); Blue value is 38 (15.23% from 255 or 9.43% from 403); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6E26 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6E26 is #0091D9. Grayscale: #919191. Windows color (decimal): -37338 or 2518783. OLE color: 2518783.

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

Color convert

RGB 255 110 38 -
CMYK 0 0.57 0.85 0
HSL 19.91º 1% 0.57% -
HSV(B) 19.91º 0.85% 1% -
XYZ 47.17 32.55 5.63 -
YUV 145.15 67.54 206.35 -
System Red Green Blue C M Y K H S L
Decimal 255 110 38 0 0.57 0.85 0 19.91 1 0.57
Hex FF 6E 26 0 39 55 0 14 64 39
Octal 377 156 46 0 71 125 0 24 144 71
Binary 11111111 1101110 100110 0 111001 1010101 0 10100 1100100 111001

Color Harmonies of #FF6E26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6E26

Black with #FF6E26

Text Example


Text Example

White with #FF6E26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6E26; }

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

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

background-color css

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

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

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

border-color css

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

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

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