Html Css Color HEX #F77A2E Burnt Orange

📋 copy color: '#F77A2E'

red 247 ◦ green 122 ◦ blue 46

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

Shades of Burnt Orange #F77A2E

Tints of Burnt Orange #F77A2E

RGB

 RED value IS 247 (96.88% from 255) = 59.52%

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

 BLUE value IS 46 (18.36% from 255) = 11.08%

R = 59.52%
G = 29.4%
B = 11.08%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.81

 K value IS 0.03

RGB Variations

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

Color information

#F77A2E (or 0xF77A2E) is known color: Burnt Orange. HEX triplet: F7, 7A and 2E. RGB value is (247,122,46). Sum of RGB (Red+Green+Blue) = 247+122+46=415 (54% of max value = 765). Red value is 247 (96.88% from 255 or 59.52% from 415); Green value is 122 (48.05% from 255 or 29.40% from 415); Blue value is 46 (18.36% from 255 or 11.08% from 415); Max value from RGB is 247 - color contains mainly: red. Hex color #F77A2E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F77A2E is #0885D1. Grayscale: #979797. Windows color (decimal): -558546 or 3046135. OLE color: 3046135.

HSL color Cylindrical-coordinate representation of color #F77A2E: hue angle of 22.69º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F77A2E is Cyan = 0, Magento = 0.51, Yellow = 0.81 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 122 46 -
CMYK 0 0.51 0.81 0.03
HSL 22.69º 0.93% 0.57% -
HSV(B) 22.69º 0.81% 0.97% -
XYZ 45.81 33.89 6.71 -
YUV 150.71 68.91 196.68 -
System Red Green Blue C M Y K H S L
Decimal 247 122 46 0 0.51 0.81 0.03 22.69 0.93 0.57
Hex F7 7A 2E 0 33 51 3 17 5D 39
Octal 367 172 56 0 63 121 3 27 135 71
Binary 11110111 1111010 101110 0 110011 1010001 11 10111 1011101 111001

Color Harmonies of #F77A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77A2E

Black with #F77A2E

Text Example


Text Example

White with #F77A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77A2E; }

 p { color: rgb(247,122,46); }

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

background-color css

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

 a { background-color: rgb(247,122,46); }

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

border-color css

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

 span { border-color: rgb(247,122,46); }

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