Html Css Color HEX #FF7A2A Burnt Orange

📋 copy color: '#FF7A2A'

red 255 ◦ green 122 ◦ blue 42

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

Shades of Burnt Orange #FF7A2A

Tints of Burnt Orange #FF7A2A

RGB

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

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

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

R = 60.86%
G = 29.12%
B = 10.02%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.84

 K value IS 0

RGB Variations

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

Color information

#FF7A2A (or 0xFF7A2A) is known color: Burnt Orange. HEX triplet: FF, 7A and 2A. RGB value is (255,122,42). Sum of RGB (Red+Green+Blue) = 255+122+42=419 (55% of max value = 765). Red value is 255 (100% from 255 or 60.86% from 419); Green value is 122 (48.05% from 255 or 29.12% from 419); Blue value is 42 (16.80% from 255 or 10.02% from 419); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7A2A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7A2A is #0085D5. Grayscale: #999999. Windows color (decimal): -34262 or 2783999. OLE color: 2783999.

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

Color convert

RGB 255 122 42 -
CMYK 0 0.52 0.84 0
HSL 22.54º 1% 0.58% -
HSV(B) 22.54º 0.84% 1% -
XYZ 48.62 35.35 6.45 -
YUV 152.65 65.56 201 -
System Red Green Blue C M Y K H S L
Decimal 255 122 42 0 0.52 0.84 0 22.54 1 0.58
Hex FF 7A 2A 0 34 54 0 17 64 3A
Octal 377 172 52 0 64 124 0 27 144 72
Binary 11111111 1111010 101010 0 110100 1010100 0 10111 1100100 111010

Color Harmonies of #FF7A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7A2A

Black with #FF7A2A

Text Example


Text Example

White with #FF7A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7A2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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