Html Css Color HEX #F0772F Burnt Orange

📋 copy color: '#F0772F'

red 240 ◦ green 119 ◦ blue 47

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

Shades of Burnt Orange #F0772F

Tints of Burnt Orange #F0772F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.58%

R = 59.11%
G = 29.31%
B = 11.58%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#F0772F (or 0xF0772F) is known color: Burnt Orange. HEX triplet: F0, 77 and 2F. RGB value is (240,119,47). Sum of RGB (Red+Green+Blue) = 240+119+47=406 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.11% from 406); Green value is 119 (46.88% from 255 or 29.31% from 406); Blue value is 47 (18.75% from 255 or 11.58% from 406); Max value from RGB is 240 - color contains mainly: red. Hex color #F0772F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0772F is #0F88D0. Grayscale: #939393. Windows color (decimal): -1018065 or 3110896. OLE color: 3110896.

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

Color convert

RGB 240 119 47 -
CMYK 0 0.50 0.80 0.06
HSL 22.38º 0.87% 0.56% -
HSV(B) 22.38º 0.8% 0.94% -
XYZ 43.05 31.92 6.58 -
YUV 146.97 71.59 194.35 -
System Red Green Blue C M Y K H S L
Decimal 240 119 47 0 0.50 0.80 0.06 22.38 0.87 0.56
Hex F0 77 2F 0 32 50 6 16 57 38
Octal 360 167 57 0 62 120 6 26 127 70
Binary 11110000 1110111 101111 0 110010 1010000 110 10110 1010111 111000

Color Harmonies of #F0772F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0772F

Black with #F0772F

Text Example


Text Example

White with #F0772F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0772F; }

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

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

background-color css

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

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

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

border-color css

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

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

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