Html Css Color HEX #F06A54 Burnt Sienna

📋 copy color: '#F06A54'

red 240 ◦ green 106 ◦ blue 84

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

Shades of Burnt Sienna #F06A54

Tints of Burnt Sienna #F06A54

RGB

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

 GREEN value IS 106 (41.8% from 255) = 24.65%

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

R = 55.81%
G = 24.65%
B = 19.53%

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

#F06A54 (or 0xF06A54) is known color: Burnt Sienna. HEX triplet: F0, 6A and 54. RGB value is (240,106,84). Sum of RGB (Red+Green+Blue) = 240+106+84=430 (56% of max value = 765). Red value is 240 (94.14% from 255 or 55.81% from 430); Green value is 106 (41.80% from 255 or 24.65% from 430); Blue value is 84 (33.20% from 255 or 19.53% from 430); Max value from RGB is 240 - color contains mainly: red. Hex color #F06A54 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06A54 is #0F95AB. Grayscale: #8F8F8F. Windows color (decimal): -1021356 or 5532400. OLE color: 5532400.

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

Color convert

RGB 240 106 84 -
CMYK 0 0.56 0.65 0.06
HSL 8.46º 0.84% 0.64% -
HSV(B) 8.46º 0.65% 0.94% -
XYZ 42.69 29.47 11.83 -
YUV 143.56 94.39 196.79 -
System Red Green Blue C M Y K H S L
Decimal 240 106 84 0 0.56 0.65 0.06 8.46 0.84 0.64
Hex F0 6A 54 0 38 41 6 8 54 40
Octal 360 152 124 0 70 101 6 10 124 100
Binary 11110000 1101010 1010100 0 111000 1000001 110 1000 1010100 1000000

Color Harmonies of #F06A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06A54

Black with #F06A54

Text Example


Text Example

White with #F06A54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06A54; }

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

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

background-color css

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

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

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

border-color css

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

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

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