Html Css Color HEX #F06850 Burnt Sienna

📋 copy color: '#F06850'

red 240 ◦ green 104 ◦ blue 80

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

Shades of Burnt Sienna #F06850

Tints of Burnt Sienna #F06850

RGB

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

 GREEN value IS 104 (41.02% from 255) = 24.53%

 BLUE value IS 80 (31.64% from 255) = 18.87%

R = 56.6%
G = 24.53%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#F06850 (or 0xF06850) is known color: Burnt Sienna. HEX triplet: F0, 68 and 50. RGB value is (240,104,80). Sum of RGB (Red+Green+Blue) = 240+104+80=424 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.60% from 424); Green value is 104 (41.02% from 255 or 24.53% from 424); Blue value is 80 (31.64% from 255 or 18.87% from 424); Max value from RGB is 240 - color contains mainly: red. Hex color #F06850 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06850 is #0F97AF. Grayscale: #8E8E8E. Windows color (decimal): -1021872 or 5269744. OLE color: 5269744.

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

Color convert

RGB 240 104 80 -
CMYK 0 0.57 0.67 0.06
HSL 0.84% 0.63% -
HSV(B) 0.67% 0.94% -
XYZ 42.33 29.01 10.96 -
YUV 141.93 93.06 197.95 -
System Red Green Blue C M Y K H S L
Decimal 240 104 80 0 0.57 0.67 0.06 9 0.84 0.63
Hex F0 68 50 0 39 43 6 9 54 3F
Octal 360 150 120 0 71 103 6 11 124 77
Binary 11110000 1101000 1010000 0 111001 1000011 110 1001 1010100 111111

Color Harmonies of #F06850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06850

Black with #F06850

Text Example


Text Example

White with #F06850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06850; }

 p { color: rgb(240,104,80); }

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

background-color css

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

 a { background-color: rgb(240,104,80); }

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

border-color css

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

 span { border-color: rgb(240,104,80); }

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