Html Css Color HEX #FF7A3F Burnt Orange

📋 copy color: '#FF7A3F'

red 255 ◦ green 122 ◦ blue 63

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

Shades of Burnt Orange #FF7A3F

Tints of Burnt Orange #FF7A3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 14.32%

R = 57.95%
G = 27.73%
B = 14.32%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.75

 K value IS 0

RGB Variations

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

Color information

#FF7A3F (or 0xFF7A3F) is known color: Burnt Orange. HEX triplet: FF, 7A and 3F. RGB value is (255,122,63). Sum of RGB (Red+Green+Blue) = 255+122+63=440 (58% of max value = 765). Red value is 255 (100% from 255 or 57.95% from 440); Green value is 122 (48.05% from 255 or 27.73% from 440); Blue value is 63 (25% from 255 or 14.32% from 440); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7A3F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7A3F is #0085C0. Grayscale: #9B9B9B. Windows color (decimal): -34241 or 4160255. OLE color: 4160255.

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

Color convert

RGB 255 122 63 -
CMYK 0 0.52 0.75 0
HSL 18.44º 1% 0.62% -
HSV(B) 18.44º 0.75% 1% -
XYZ 49.1 35.54 8.97 -
YUV 155.04 76.06 199.3 -
System Red Green Blue C M Y K H S L
Decimal 255 122 63 0 0.52 0.75 0 18.44 1 0.62
Hex FF 7A 3F 0 34 4B 0 12 64 3E
Octal 377 172 77 0 64 113 0 22 144 76
Binary 11111111 1111010 111111 0 110100 1001011 0 10010 1100100 111110

Color Harmonies of #FF7A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7A3F

Black with #FF7A3F

Text Example


Text Example

White with #FF7A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7A3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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