Html Css Color HEX #F77040 Burnt Orange

📋 copy color: '#F77040'

red 247 ◦ green 112 ◦ blue 64

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

Shades of Burnt Orange #F77040

Tints of Burnt Orange #F77040

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.48%

 BLUE value IS 64 (25.39% from 255) = 15.13%

R = 58.39%
G = 26.48%
B = 15.13%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.74

 K value IS 0.03

RGB Variations

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

Color information

#F77040 (or 0xF77040) is known color: Burnt Orange. HEX triplet: F7, 70 and 40. RGB value is (247,112,64). Sum of RGB (Red+Green+Blue) = 247+112+64=423 (56% of max value = 765). Red value is 247 (96.88% from 255 or 58.39% from 423); Green value is 112 (44.14% from 255 or 26.48% from 423); Blue value is 64 (25.39% from 255 or 15.13% from 423); Max value from RGB is 247 - color contains mainly: red. Hex color #F77040 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F77040 is #088FBF. Grayscale: #939393. Windows color (decimal): -561088 or 4223223. OLE color: 4223223.

HSL color Cylindrical-coordinate representation of color #F77040: hue angle of 15.74º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F77040 is Cyan = 0, Magento = 0.55, Yellow = 0.74 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 112 64 -
CMYK 0 0.55 0.74 0.03
HSL 15.74º 0.92% 0.61% -
HSV(B) 15.74º 0.74% 0.97% -
XYZ 45.08 31.73 8.6 -
YUV 146.89 81.23 199.4 -
System Red Green Blue C M Y K H S L
Decimal 247 112 64 0 0.55 0.74 0.03 15.74 0.92 0.61
Hex F7 70 40 0 37 4A 3 10 5C 3D
Octal 367 160 100 0 67 112 3 20 134 75
Binary 11110111 1110000 1000000 0 110111 1001010 11 10000 1011100 111101

Color Harmonies of #F77040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77040

Black with #F77040

Text Example


Text Example

White with #F77040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77040; }

 p { color: rgb(247,112,64); }

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

background-color css

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

 a { background-color: rgb(247,112,64); }

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

border-color css

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

 span { border-color: rgb(247,112,64); }

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