Html Css Color HEX #F06955 Burnt Sienna

📋 copy color: '#F06955'

red 240 ◦ green 105 ◦ blue 85

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

Shades of Burnt Sienna #F06955

Tints of Burnt Sienna #F06955

RGB

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

 GREEN value IS 105 (41.41% from 255) = 24.42%

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

R = 55.81%
G = 24.42%
B = 19.77%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#F06955 (or 0xF06955) is known color: Burnt Sienna. HEX triplet: F0, 69 and 55. RGB value is (240,105,85). Sum of RGB (Red+Green+Blue) = 240+105+85=430 (56% of max value = 765). Red value is 240 (94.14% from 255 or 55.81% from 430); Green value is 105 (41.41% from 255 or 24.42% from 430); Blue value is 85 (33.59% from 255 or 19.77% from 430); Max value from RGB is 240 - color contains mainly: red. Hex color #F06955 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06955 is #0F96AA. Grayscale: #8F8F8F. Windows color (decimal): -1021611 or 5597680. OLE color: 5597680.

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

Color convert

RGB 240 105 85 -
CMYK 0 0.56 0.65 0.06
HSL 7.74º 0.84% 0.64% -
HSV(B) 7.74º 0.65% 0.94% -
XYZ 42.63 29.28 12 -
YUV 143.09 95.23 197.13 -
System Red Green Blue C M Y K H S L
Decimal 240 105 85 0 0.56 0.65 0.06 7.74 0.84 0.64
Hex F0 69 55 0 38 41 6 8 54 40
Octal 360 151 125 0 70 101 6 10 124 100
Binary 11110000 1101001 1010101 0 111000 1000001 110 1000 1010100 1000000

Color Harmonies of #F06955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06955

Black with #F06955

Text Example


Text Example

White with #F06955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06955; }

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

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

background-color css

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

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

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

border-color css

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

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

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