Html Css Color HEX #F07555 Burnt Sienna

📋 copy color: '#F07555'

red 240 ◦ green 117 ◦ blue 85

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

Shades of Burnt Sienna #F07555

Tints of Burnt Sienna #F07555

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.47%

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

R = 54.3%
G = 26.47%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#F07555 (or 0xF07555) is known color: Burnt Sienna. HEX triplet: F0, 75 and 55. RGB value is (240,117,85). Sum of RGB (Red+Green+Blue) = 240+117+85=442 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.30% from 442); Green value is 117 (46.09% from 255 or 26.47% from 442); Blue value is 85 (33.59% from 255 or 19.23% from 442); Max value from RGB is 240 - color contains mainly: red. Hex color #F07555 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07555 is #0F8AAA. Grayscale: #969696. Windows color (decimal): -1018539 or 5600752. OLE color: 5600752.

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

Color convert

RGB 240 117 85 -
CMYK 0 0.51 0.65 0.06
HSL 12.39º 0.84% 0.64% -
HSV(B) 12.39º 0.65% 0.94% -
XYZ 43.94 31.9 12.44 -
YUV 150.13 91.25 192.1 -
System Red Green Blue C M Y K H S L
Decimal 240 117 85 0 0.51 0.65 0.06 12.39 0.84 0.64
Hex F0 75 55 0 33 41 6 C 54 40
Octal 360 165 125 0 63 101 6 14 124 100
Binary 11110000 1110101 1010101 0 110011 1000001 110 1100 1010100 1000000

Color Harmonies of #F07555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07555

Black with #F07555

Text Example


Text Example

White with #F07555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07555; }

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

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

background-color css

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

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

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

border-color css

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

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

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