Html Css Color HEX #F0772B Burnt Orange

📋 copy color: '#F0772B'

red 240 ◦ green 119 ◦ blue 43

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

Shades of Burnt Orange #F0772B

Tints of Burnt Orange #F0772B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 10.7%

R = 59.7%
G = 29.6%
B = 10.7%

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

#F0772B (or 0xF0772B) is known color: Burnt Orange. HEX triplet: F0, 77 and 2B. RGB value is (240,119,43). Sum of RGB (Red+Green+Blue) = 240+119+43=402 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.70% from 402); Green value is 119 (46.88% from 255 or 29.60% from 402); Blue value is 43 (17.19% from 255 or 10.70% from 402); Max value from RGB is 240 - color contains mainly: red. Hex color #F0772B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0772B is #0F88D4. Grayscale: #929292. Windows color (decimal): -1018069 or 2848752. OLE color: 2848752.

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

Color convert

RGB 240 119 43 -
CMYK 0 0.50 0.82 0.06
HSL 23.15º 0.87% 0.55% -
HSV(B) 23.15º 0.82% 0.94% -
XYZ 42.97 31.89 6.18 -
YUV 146.52 69.59 194.68 -
System Red Green Blue C M Y K H S L
Decimal 240 119 43 0 0.50 0.82 0.06 23.15 0.87 0.55
Hex F0 77 2B 0 32 52 6 17 57 37
Octal 360 167 53 0 62 122 6 27 127 67
Binary 11110000 1110111 101011 0 110010 1010010 110 10111 1010111 110111

Color Harmonies of #F0772B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0772B

Black with #F0772B

Text Example


Text Example

White with #F0772B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0772B; }

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

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

background-color css

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

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

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

border-color css

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

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

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