Html Css Color HEX #F07855 Burnt Sienna

📋 copy color: '#F07855'

red 240 ◦ green 120 ◦ blue 85

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

Shades of Burnt Sienna #F07855

Tints of Burnt Sienna #F07855

RGB

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

 GREEN value IS 120 (47.27% from 255) = 26.97%

 BLUE value IS 85 (33.59% from 255) = 19.1%

R = 53.93%
G = 26.97%
B = 19.1%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#F07855 (or 0xF07855) is known color: Burnt Sienna. HEX triplet: F0, 78 and 55. RGB value is (240,120,85). Sum of RGB (Red+Green+Blue) = 240+120+85=445 (58% of max value = 765). Red value is 240 (94.14% from 255 or 53.93% from 445); Green value is 120 (47.27% from 255 or 26.97% from 445); Blue value is 85 (33.59% from 255 or 19.10% from 445); Max value from RGB is 240 - color contains mainly: red. Hex color #F07855 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07855 is #0F87AA. Grayscale: #989898. Windows color (decimal): -1017771 or 5601520. OLE color: 5601520.

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

Color convert

RGB 240 120 85 -
CMYK 0 0.5 0.65 0.06
HSL 13.55º 0.84% 0.64% -
HSV(B) 13.55º 0.65% 0.94% -
XYZ 44.29 32.61 12.56 -
YUV 151.89 90.26 190.85 -
System Red Green Blue C M Y K H S L
Decimal 240 120 85 0 0.5 0.65 0.06 13.55 0.84 0.64
Hex F0 78 55 0 32 41 6 E 54 40
Octal 360 170 125 0 62 101 6 16 124 100
Binary 11110000 1111000 1010101 0 110010 1000001 110 1110 1010100 1000000

Color Harmonies of #F07855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07855

Black with #F07855

Text Example


Text Example

White with #F07855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07855; }

 p { color: rgb(240,120,85); }

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

background-color css

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

 a { background-color: rgb(240,120,85); }

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

border-color css

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

 span { border-color: rgb(240,120,85); }

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