Html Css Color HEX #FF7E2A Burnt Orange

📋 copy color: '#FF7E2A'

red 255 ◦ green 126 ◦ blue 42

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

Shades of Burnt Orange #FF7E2A

Tints of Burnt Orange #FF7E2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 9.93%

R = 60.28%
G = 29.79%
B = 9.93%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.84

 K value IS 0

RGB Variations

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

Color information

#FF7E2A (or 0xFF7E2A) is known color: Burnt Orange. HEX triplet: FF, 7E and 2A. RGB value is (255,126,42). Sum of RGB (Red+Green+Blue) = 255+126+42=423 (56% of max value = 765). Red value is 255 (100% from 255 or 60.28% from 423); Green value is 126 (49.61% from 255 or 29.79% from 423); Blue value is 42 (16.80% from 255 or 9.93% from 423); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7E2A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7E2A is #0081D5. Grayscale: #9B9B9B. Windows color (decimal): -33238 or 2785023. OLE color: 2785023.

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

Color convert

RGB 255 126 42 -
CMYK 0 0.51 0.84 0
HSL 23.66º 1% 0.58% -
HSV(B) 23.66º 0.84% 1% -
XYZ 49.12 36.35 6.62 -
YUV 155 64.24 199.33 -
System Red Green Blue C M Y K H S L
Decimal 255 126 42 0 0.51 0.84 0 23.66 1 0.58
Hex FF 7E 2A 0 33 54 0 18 64 3A
Octal 377 176 52 0 63 124 0 30 144 72
Binary 11111111 1111110 101010 0 110011 1010100 0 11000 1100100 111010

Color Harmonies of #FF7E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7E2A

Black with #FF7E2A

Text Example


Text Example

White with #FF7E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7E2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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