Html Css Color HEX #F0752E Burnt Orange

📋 copy color: '#F0752E'

red 240 ◦ green 117 ◦ blue 46

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

Shades of Burnt Orange #F0752E

Tints of Burnt Orange #F0752E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.03%

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

R = 59.55%
G = 29.03%
B = 11.41%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#F0752E (or 0xF0752E) is known color: Burnt Orange. HEX triplet: F0, 75 and 2E. RGB value is (240,117,46). Sum of RGB (Red+Green+Blue) = 240+117+46=403 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.55% from 403); Green value is 117 (46.09% from 255 or 29.03% from 403); Blue value is 46 (18.36% from 255 or 11.41% from 403); Max value from RGB is 240 - color contains mainly: red. Hex color #F0752E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0752E is #0F8AD1. Grayscale: #929292. Windows color (decimal): -1018578 or 3044848. OLE color: 3044848.

HSL color Cylindrical-coordinate representation of color #F0752E: hue angle of 21.96º 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 #F0752E is Cyan = 0, Magento = 0.51, Yellow = 0.81 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 117 46 -
CMYK 0 0.51 0.81 0.06
HSL 21.96º 0.87% 0.56% -
HSV(B) 21.96º 0.81% 0.94% -
XYZ 42.79 31.45 6.4 -
YUV 145.68 71.75 195.27 -
System Red Green Blue C M Y K H S L
Decimal 240 117 46 0 0.51 0.81 0.06 21.96 0.87 0.56
Hex F0 75 2E 0 33 51 6 16 57 38
Octal 360 165 56 0 63 121 6 26 127 70
Binary 11110000 1110101 101110 0 110011 1010001 110 10110 1010111 111000

Color Harmonies of #F0752E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0752E

Black with #F0752E

Text Example


Text Example

White with #F0752E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0752E; }

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

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

background-color css

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

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

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

border-color css

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

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

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