Html Css Color HEX #FF7A3E Burnt Orange

📋 copy color: '#FF7A3E'

red 255 ◦ green 122 ◦ blue 62

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

Shades of Burnt Orange #FF7A3E

Tints of Burnt Orange #FF7A3E

RGB

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

 GREEN value IS 122 (48.05% from 255) = 27.79%

 BLUE value IS 62 (24.61% from 255) = 14.12%

R = 58.09%
G = 27.79%
B = 14.12%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.76

 K value IS 0

RGB Variations

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

Color information

#FF7A3E (or 0xFF7A3E) is known color: Burnt Orange. HEX triplet: FF, 7A and 3E. RGB value is (255,122,62). Sum of RGB (Red+Green+Blue) = 255+122+62=439 (58% of max value = 765). Red value is 255 (100% from 255 or 58.09% from 439); Green value is 122 (48.05% from 255 or 27.79% from 439); Blue value is 62 (24.61% from 255 or 14.12% from 439); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7A3E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7A3E is #0085C1. Grayscale: #9B9B9B. Windows color (decimal): -34242 or 4094719. OLE color: 4094719.

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

Color convert

RGB 255 122 62 -
CMYK 0 0.52 0.76 0
HSL 18.65º 1% 0.62% -
HSV(B) 18.65º 0.76% 1% -
XYZ 49.07 35.53 8.83 -
YUV 154.93 75.56 199.38 -
System Red Green Blue C M Y K H S L
Decimal 255 122 62 0 0.52 0.76 0 18.65 1 0.62
Hex FF 7A 3E 0 34 4C 0 13 64 3E
Octal 377 172 76 0 64 114 0 23 144 76
Binary 11111111 1111010 111110 0 110100 1001100 0 10011 1100100 111110

Color Harmonies of #FF7A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7A3E

Black with #FF7A3E

Text Example


Text Example

White with #FF7A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7A3E; }

 p { color: rgb(255,122,62); }

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

background-color css

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

 a { background-color: rgb(255,122,62); }

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

border-color css

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

 span { border-color: rgb(255,122,62); }

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