Html Css Color HEX #FF6E2F Burnt Orange

📋 copy color: '#FF6E2F'

red 255 ◦ green 110 ◦ blue 47

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

Shades of Burnt Orange #FF6E2F

Tints of Burnt Orange #FF6E2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.41%

R = 61.89%
G = 26.7%
B = 11.41%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.82

 K value IS 0

RGB Variations

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

Color information

#FF6E2F (or 0xFF6E2F) is known color: Burnt Orange. HEX triplet: FF, 6E and 2F. RGB value is (255,110,47). Sum of RGB (Red+Green+Blue) = 255+110+47=412 (54% of max value = 765). Red value is 255 (100% from 255 or 61.89% from 412); Green value is 110 (43.36% from 255 or 26.70% from 412); Blue value is 47 (18.75% from 255 or 11.41% from 412); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6E2F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6E2F is #0091D0. Grayscale: #929292. Windows color (decimal): -37329 or 3108607. OLE color: 3108607.

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

Color convert

RGB 255 110 47 -
CMYK 0 0.57 0.82 0
HSL 18.17º 1% 0.59% -
HSV(B) 18.17º 0.82% 1% -
XYZ 47.33 32.62 6.49 -
YUV 146.17 72.04 205.62 -
System Red Green Blue C M Y K H S L
Decimal 255 110 47 0 0.57 0.82 0 18.17 1 0.59
Hex FF 6E 2F 0 39 52 0 12 64 3B
Octal 377 156 57 0 71 122 0 22 144 73
Binary 11111111 1101110 101111 0 111001 1010010 0 10010 1100100 111011

Color Harmonies of #FF6E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6E2F

Black with #FF6E2F

Text Example


Text Example

White with #FF6E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6E2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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