Html Css Color HEX #FF7A2C Burnt Orange

📋 copy color: '#FF7A2C'

red 255 ◦ green 122 ◦ blue 44

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

Shades of Burnt Orange #FF7A2C

Tints of Burnt Orange #FF7A2C

RGB

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

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

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

R = 60.57%
G = 28.98%
B = 10.45%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.83

 K value IS 0

RGB Variations

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

Color information

#FF7A2C (or 0xFF7A2C) is known color: Burnt Orange. HEX triplet: FF, 7A and 2C. RGB value is (255,122,44). Sum of RGB (Red+Green+Blue) = 255+122+44=421 (55% of max value = 765). Red value is 255 (100% from 255 or 60.57% from 421); Green value is 122 (48.05% from 255 or 28.98% from 421); Blue value is 44 (17.58% from 255 or 10.45% from 421); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7A2C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7A2C is #0085D3. Grayscale: #999999. Windows color (decimal): -34260 or 2915071. OLE color: 2915071.

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

Color convert

RGB 255 122 44 -
CMYK 0 0.52 0.83 0
HSL 22.18º 1% 0.59% -
HSV(B) 22.18º 0.83% 1% -
XYZ 48.65 35.36 6.64 -
YUV 152.88 66.56 200.84 -
System Red Green Blue C M Y K H S L
Decimal 255 122 44 0 0.52 0.83 0 22.18 1 0.59
Hex FF 7A 2C 0 34 53 0 16 64 3B
Octal 377 172 54 0 64 123 0 26 144 73
Binary 11111111 1111010 101100 0 110100 1010011 0 10110 1100100 111011

Color Harmonies of #FF7A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7A2C

Black with #FF7A2C

Text Example


Text Example

White with #FF7A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7A2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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