Html Css Color HEX #F0772C Burnt Orange

📋 copy color: '#F0772C'

red 240 ◦ green 119 ◦ blue 44

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

Shades of Burnt Orange #F0772C

Tints of Burnt Orange #F0772C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 10.92%

R = 59.55%
G = 29.53%
B = 10.92%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#F0772C (or 0xF0772C) is known color: Burnt Orange. HEX triplet: F0, 77 and 2C. RGB value is (240,119,44). Sum of RGB (Red+Green+Blue) = 240+119+44=403 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.55% from 403); Green value is 119 (46.88% from 255 or 29.53% from 403); Blue value is 44 (17.58% from 255 or 10.92% from 403); Max value from RGB is 240 - color contains mainly: red. Hex color #F0772C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0772C is #0F88D3. Grayscale: #939393. Windows color (decimal): -1018068 or 2914288. OLE color: 2914288.

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

Color convert

RGB 240 119 44 -
CMYK 0 0.50 0.82 0.06
HSL 22.96º 0.87% 0.56% -
HSV(B) 22.96º 0.82% 0.94% -
XYZ 42.99 31.9 6.27 -
YUV 146.63 70.09 194.6 -
System Red Green Blue C M Y K H S L
Decimal 240 119 44 0 0.50 0.82 0.06 22.96 0.87 0.56
Hex F0 77 2C 0 32 52 6 17 57 38
Octal 360 167 54 0 62 122 6 27 127 70
Binary 11110000 1110111 101100 0 110010 1010010 110 10111 1010111 111000

Color Harmonies of #F0772C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0772C

Black with #F0772C

Text Example


Text Example

White with #F0772C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0772C; }

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

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

background-color css

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

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

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

border-color css

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

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

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