Html Css Color HEX #FF7A2F Burnt Orange

📋 copy color: '#FF7A2F'

red 255 ◦ green 122 ◦ blue 47

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

Shades of Burnt Orange #FF7A2F

Tints of Burnt Orange #FF7A2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.08%

R = 60.14%
G = 28.77%
B = 11.08%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.82

 K value IS 0

RGB Variations

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

Color information

#FF7A2F (or 0xFF7A2F) is known color: Burnt Orange. HEX triplet: FF, 7A and 2F. RGB value is (255,122,47). Sum of RGB (Red+Green+Blue) = 255+122+47=424 (56% of max value = 765). Red value is 255 (100% from 255 or 60.14% from 424); Green value is 122 (48.05% from 255 or 28.77% from 424); Blue value is 47 (18.75% from 255 or 11.08% from 424); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7A2F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7A2F is #0085D0. Grayscale: #999999. Windows color (decimal): -34257 or 3111679. OLE color: 3111679.

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

Color convert

RGB 255 122 47 -
CMYK 0 0.52 0.82 0
HSL 21.63º 1% 0.59% -
HSV(B) 21.63º 0.82% 1% -
XYZ 48.71 35.38 6.95 -
YUV 153.22 68.06 200.6 -
System Red Green Blue C M Y K H S L
Decimal 255 122 47 0 0.52 0.82 0 21.63 1 0.59
Hex FF 7A 2F 0 34 52 0 16 64 3B
Octal 377 172 57 0 64 122 0 26 144 73
Binary 11111111 1111010 101111 0 110100 1010010 0 10110 1100100 111011

Color Harmonies of #FF7A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7A2F

Black with #FF7A2F

Text Example


Text Example

White with #FF7A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7A2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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