Html Css Color HEX #F0732E Burnt Orange

📋 copy color: '#F0732E'

red 240 ◦ green 115 ◦ blue 46

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

Shades of Burnt Orange #F0732E

Tints of Burnt Orange #F0732E

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.68%

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

R = 59.85%
G = 28.68%
B = 11.47%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#F0732E (or 0xF0732E) is known color: Burnt Orange. HEX triplet: F0, 73 and 2E. RGB value is (240,115,46). Sum of RGB (Red+Green+Blue) = 240+115+46=401 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.85% from 401); Green value is 115 (45.31% from 255 or 28.68% from 401); Blue value is 46 (18.36% from 255 or 11.47% from 401); Max value from RGB is 240 - color contains mainly: red. Hex color #F0732E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0732E is #0F8CD1. Grayscale: #909090. Windows color (decimal): -1019090 or 3044336. OLE color: 3044336.

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

Color convert

RGB 240 115 46 -
CMYK 0 0.52 0.81 0.06
HSL 21.34º 0.87% 0.56% -
HSV(B) 21.34º 0.81% 0.94% -
XYZ 42.56 30.98 6.32 -
YUV 144.51 72.41 196.11 -
System Red Green Blue C M Y K H S L
Decimal 240 115 46 0 0.52 0.81 0.06 21.34 0.87 0.56
Hex F0 73 2E 0 34 51 6 15 57 38
Octal 360 163 56 0 64 121 6 25 127 70
Binary 11110000 1110011 101110 0 110100 1010001 110 10101 1010111 111000

Color Harmonies of #F0732E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0732E

Black with #F0732E

Text Example


Text Example

White with #F0732E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0732E; }

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

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

background-color css

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

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

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

border-color css

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

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

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