Html Css Color HEX #F0732D Burnt Orange

📋 copy color: '#F0732D'

red 240 ◦ green 115 ◦ blue 45

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

Shades of Burnt Orange #F0732D

Tints of Burnt Orange #F0732D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11.25%

R = 60%
G = 28.75%
B = 11.25%

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

#F0732D (or 0xF0732D) is known color: Burnt Orange. HEX triplet: F0, 73 and 2D. RGB value is (240,115,45). Sum of RGB (Red+Green+Blue) = 240+115+45=400 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60% from 400); Green value is 115 (45.31% from 255 or 28.75% from 400); Blue value is 45 (17.97% from 255 or 11.25% from 400); Max value from RGB is 240 - color contains mainly: red. Hex color #F0732D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0732D is #0F8CD2. Grayscale: #909090. Windows color (decimal): -1019091 or 2978800. OLE color: 2978800.

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

Color convert

RGB 240 115 45 -
CMYK 0 0.52 0.81 0.06
HSL 21.54º 0.87% 0.56% -
HSV(B) 21.54º 0.81% 0.94% -
XYZ 42.54 30.98 6.22 -
YUV 144.4 71.91 196.19 -
System Red Green Blue C M Y K H S L
Decimal 240 115 45 0 0.52 0.81 0.06 21.54 0.87 0.56
Hex F0 73 2D 0 34 51 6 16 57 38
Octal 360 163 55 0 64 121 6 26 127 70
Binary 11110000 1110011 101101 0 110100 1010001 110 10110 1010111 111000

Color Harmonies of #F0732D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0732D

Black with #F0732D

Text Example


Text Example

White with #F0732D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0732D; }

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

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

background-color css

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

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

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

border-color css

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

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

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