Html Css Color HEX #F07452 Burnt Sienna

📋 copy color: '#F07452'

red 240 ◦ green 116 ◦ blue 82

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

Shades of Burnt Sienna #F07452

Tints of Burnt Sienna #F07452

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.48%

 BLUE value IS 82 (32.42% from 255) = 18.72%

R = 54.79%
G = 26.48%
B = 18.72%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.66

 K value IS 0.06

RGB Variations

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

Color information

#F07452 (or 0xF07452) is known color: Burnt Sienna. HEX triplet: F0, 74 and 52. RGB value is (240,116,82). Sum of RGB (Red+Green+Blue) = 240+116+82=438 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.79% from 438); Green value is 116 (45.70% from 255 or 26.48% from 438); Blue value is 82 (32.42% from 255 or 18.72% from 438); Max value from RGB is 240 - color contains mainly: red. Hex color #F07452 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07452 is #0F8BAD. Grayscale: #959595. Windows color (decimal): -1018798 or 5403888. OLE color: 5403888.

HSL color Cylindrical-coordinate representation of color #F07452: hue angle of 12.91º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F07452 is Cyan = 0, Magento = 0.52, Yellow = 0.66 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 116 82 -
CMYK 0 0.52 0.66 0.06
HSL 12.91º 0.84% 0.63% -
HSV(B) 12.91º 0.66% 0.94% -
XYZ 43.7 31.63 11.78 -
YUV 149.2 90.08 192.76 -
System Red Green Blue C M Y K H S L
Decimal 240 116 82 0 0.52 0.66 0.06 12.91 0.84 0.63
Hex F0 74 52 0 34 42 6 D 54 3F
Octal 360 164 122 0 64 102 6 15 124 77
Binary 11110000 1110100 1010010 0 110100 1000010 110 1101 1010100 111111

Color Harmonies of #F07452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07452

Black with #F07452

Text Example


Text Example

White with #F07452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07452; }

 p { color: rgb(240,116,82); }

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

background-color css

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

 a { background-color: rgb(240,116,82); }

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

border-color css

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

 span { border-color: rgb(240,116,82); }

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