Html Css Color HEX #FF7E2C Burnt Orange

📋 copy color: '#FF7E2C'

red 255 ◦ green 126 ◦ blue 44

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

Shades of Burnt Orange #FF7E2C

Tints of Burnt Orange #FF7E2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 10.35%

R = 60%
G = 29.65%
B = 10.35%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.83

 K value IS 0

RGB Variations

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

Color information

#FF7E2C (or 0xFF7E2C) is known color: Burnt Orange. HEX triplet: FF, 7E and 2C. RGB value is (255,126,44). Sum of RGB (Red+Green+Blue) = 255+126+44=425 (56% of max value = 765). Red value is 255 (100% from 255 or 60% from 425); Green value is 126 (49.61% from 255 or 29.65% from 425); Blue value is 44 (17.58% from 255 or 10.35% from 425); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7E2C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7E2C is #0081D3. Grayscale: #9B9B9B. Windows color (decimal): -33236 or 2916095. OLE color: 2916095.

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

Color convert

RGB 255 126 44 -
CMYK 0 0.51 0.83 0
HSL 23.32º 1% 0.59% -
HSV(B) 23.32º 0.83% 1% -
XYZ 49.16 36.36 6.81 -
YUV 155.22 65.24 199.17 -
System Red Green Blue C M Y K H S L
Decimal 255 126 44 0 0.51 0.83 0 23.32 1 0.59
Hex FF 7E 2C 0 33 53 0 17 64 3B
Octal 377 176 54 0 63 123 0 27 144 73
Binary 11111111 1111110 101100 0 110011 1010011 0 10111 1100100 111011

Color Harmonies of #FF7E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7E2C

Black with #FF7E2C

Text Example


Text Example

White with #FF7E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7E2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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