Html Css Color HEX #F0772E Burnt Orange

📋 copy color: '#F0772E'

red 240 ◦ green 119 ◦ blue 46

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

Shades of Burnt Orange #F0772E

Tints of Burnt Orange #F0772E

RGB

 RED value IS 240 (94.14% from 255) = 59.26%

 GREEN value IS 119 (46.88% from 255) = 29.38%

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

R = 59.26%
G = 29.38%
B = 11.36%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#F0772E (or 0xF0772E) is known color: Burnt Orange. HEX triplet: F0, 77 and 2E. RGB value is (240,119,46). Sum of RGB (Red+Green+Blue) = 240+119+46=405 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.26% from 405); Green value is 119 (46.88% from 255 or 29.38% from 405); Blue value is 46 (18.36% from 255 or 11.36% from 405); Max value from RGB is 240 - color contains mainly: red. Hex color #F0772E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0772E is #0F88D1. Grayscale: #939393. Windows color (decimal): -1018066 or 3045360. OLE color: 3045360.

HSL color Cylindrical-coordinate representation of color #F0772E: hue angle of 22.58º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F0772E is Cyan = 0, Magento = 0.50, Yellow = 0.81 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 119 46 -
CMYK 0 0.50 0.81 0.06
HSL 22.58º 0.87% 0.56% -
HSV(B) 22.58º 0.81% 0.94% -
XYZ 43.03 31.92 6.48 -
YUV 146.86 71.09 194.44 -
System Red Green Blue C M Y K H S L
Decimal 240 119 46 0 0.50 0.81 0.06 22.58 0.87 0.56
Hex F0 77 2E 0 32 51 6 17 57 38
Octal 360 167 56 0 62 121 6 27 127 70
Binary 11110000 1110111 101110 0 110010 1010001 110 10111 1010111 111000

Color Harmonies of #F0772E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0772E

Black with #F0772E

Text Example


Text Example

White with #F0772E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0772E; }

 p { color: rgb(240,119,46); }

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

background-color css

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

 a { background-color: rgb(240,119,46); }

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

border-color css

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

 span { border-color: rgb(240,119,46); }

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