Html Css Color HEX #F07054 Burnt Sienna

📋 copy color: '#F07054'

red 240 ◦ green 112 ◦ blue 84

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

Shades of Burnt Sienna #F07054

Tints of Burnt Sienna #F07054

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.69%

 BLUE value IS 84 (33.2% from 255) = 19.27%

R = 55.05%
G = 25.69%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#F07054 (or 0xF07054) is known color: Burnt Sienna. HEX triplet: F0, 70 and 54. RGB value is (240,112,84). Sum of RGB (Red+Green+Blue) = 240+112+84=436 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.05% from 436); Green value is 112 (44.14% from 255 or 25.69% from 436); Blue value is 84 (33.20% from 255 or 19.27% from 436); Max value from RGB is 240 - color contains mainly: red. Hex color #F07054 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07054 is #0F8FAB. Grayscale: #939393. Windows color (decimal): -1019820 or 5533936. OLE color: 5533936.

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

Color convert

RGB 240 112 84 -
CMYK 0 0.53 0.65 0.06
HSL 10.77º 0.84% 0.64% -
HSV(B) 10.77º 0.65% 0.94% -
XYZ 43.33 30.75 12.04 -
YUV 147.08 92.41 194.28 -
System Red Green Blue C M Y K H S L
Decimal 240 112 84 0 0.53 0.65 0.06 10.77 0.84 0.64
Hex F0 70 54 0 35 41 6 B 54 40
Octal 360 160 124 0 65 101 6 13 124 100
Binary 11110000 1110000 1010100 0 110101 1000001 110 1011 1010100 1000000

Color Harmonies of #F07054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07054

Black with #F07054

Text Example


Text Example

White with #F07054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07054; }

 p { color: rgb(240,112,84); }

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

background-color css

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

 a { background-color: rgb(240,112,84); }

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

border-color css

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

 span { border-color: rgb(240,112,84); }

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