Html Css Color HEX #FF7E2E Burnt Orange

📋 copy color: '#FF7E2E'

red 255 ◦ green 126 ◦ blue 46

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

Shades of Burnt Orange #FF7E2E

Tints of Burnt Orange #FF7E2E

RGB

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

 GREEN value IS 126 (49.61% from 255) = 29.51%

 BLUE value IS 46 (18.36% from 255) = 10.77%

R = 59.72%
G = 29.51%
B = 10.77%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.82

 K value IS 0

RGB Variations

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

Color information

#FF7E2E (or 0xFF7E2E) is known color: Burnt Orange. HEX triplet: FF, 7E and 2E. RGB value is (255,126,46). Sum of RGB (Red+Green+Blue) = 255+126+46=427 (56% of max value = 765). Red value is 255 (100% from 255 or 59.72% from 427); Green value is 126 (49.61% from 255 or 29.51% from 427); Blue value is 46 (18.36% from 255 or 10.77% from 427); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7E2E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7E2E is #0081D1. Grayscale: #9B9B9B. Windows color (decimal): -33234 or 3047167. OLE color: 3047167.

HSL color Cylindrical-coordinate representation of color #FF7E2E: hue angle of 22.97º 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 #FF7E2E is Cyan = 0, Magento = 0.51, Yellow = 0.82 and Black (K on CMYK) = 0.

Color convert

RGB 255 126 46 -
CMYK 0 0.51 0.82 0
HSL 22.97º 1% 0.59% -
HSV(B) 22.97º 0.82% 1% -
XYZ 49.19 36.38 7.01 -
YUV 155.45 66.24 199 -
System Red Green Blue C M Y K H S L
Decimal 255 126 46 0 0.51 0.82 0 22.97 1 0.59
Hex FF 7E 2E 0 33 52 0 17 64 3B
Octal 377 176 56 0 63 122 0 27 144 73
Binary 11111111 1111110 101110 0 110011 1010010 0 10111 1100100 111011

Color Harmonies of #FF7E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7E2E

Black with #FF7E2E

Text Example


Text Example

White with #FF7E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7E2E; }

 p { color: rgb(255,126,46); }

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

background-color css

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

 a { background-color: rgb(255,126,46); }

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

border-color css

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

 span { border-color: rgb(255,126,46); }

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