Html Css Color HEX #FF7D2E Burnt Orange

📋 copy color: '#FF7D2E'

red 255 ◦ green 125 ◦ blue 46

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

Shades of Burnt Orange #FF7D2E

Tints of Burnt Orange #FF7D2E

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.34%

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

R = 59.86%
G = 29.34%
B = 10.8%

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

#FF7D2E (or 0xFF7D2E) is known color: Burnt Orange. HEX triplet: FF, 7D and 2E. RGB value is (255,125,46). Sum of RGB (Red+Green+Blue) = 255+125+46=426 (56% of max value = 765). Red value is 255 (100% from 255 or 59.86% from 426); Green value is 125 (49.22% from 255 or 29.34% from 426); Blue value is 46 (18.36% from 255 or 10.80% from 426); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7D2E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7D2E is #0082D1. Grayscale: #9B9B9B. Windows color (decimal): -33490 or 3046911. OLE color: 3046911.

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

Color convert

RGB 255 125 46 -
CMYK 0 0.51 0.82 0
HSL 22.68º 1% 0.59% -
HSV(B) 22.68º 0.82% 1% -
XYZ 49.07 36.12 6.97 -
YUV 154.86 66.57 199.42 -
System Red Green Blue C M Y K H S L
Decimal 255 125 46 0 0.51 0.82 0 22.68 1 0.59
Hex FF 7D 2E 0 33 52 0 17 64 3B
Octal 377 175 56 0 63 122 0 27 144 73
Binary 11111111 1111101 101110 0 110011 1010010 0 10111 1100100 111011

Color Harmonies of #FF7D2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7D2E

Black with #FF7D2E

Text Example


Text Example

White with #FF7D2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7D2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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