Html Css Color HEX #F06E4A Burnt Sienna

📋 copy color: '#F06E4A'

red 240 ◦ green 110 ◦ blue 74

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

Shades of Burnt Sienna #F06E4A

Tints of Burnt Sienna #F06E4A

RGB

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

 GREEN value IS 110 (43.36% from 255) = 25.94%

 BLUE value IS 74 (29.3% from 255) = 17.45%

R = 56.6%
G = 25.94%
B = 17.45%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#F06E4A (or 0xF06E4A) is known color: Burnt Sienna. HEX triplet: F0, 6E and 4A. RGB value is (240,110,74). Sum of RGB (Red+Green+Blue) = 240+110+74=424 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.60% from 424); Green value is 110 (43.36% from 255 or 25.94% from 424); Blue value is 74 (29.30% from 255 or 17.45% from 424); Max value from RGB is 240 - color contains mainly: red. Hex color #F06E4A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F06E4A is #0F91B5. Grayscale: #919191. Windows color (decimal): -1020342 or 4878064. OLE color: 4878064.

HSL color Cylindrical-coordinate representation of color #F06E4A: hue angle of 13.01º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F06E4A is Cyan = 0, Magento = 0.54, Yellow = 0.69 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 110 74 -
CMYK 0 0.54 0.69 0.06
HSL 13.01º 0.85% 0.62% -
HSV(B) 13.01º 0.69% 0.94% -
XYZ 42.75 30.17 10.05 -
YUV 144.77 88.07 195.93 -
System Red Green Blue C M Y K H S L
Decimal 240 110 74 0 0.54 0.69 0.06 13.01 0.85 0.62
Hex F0 6E 4A 0 36 45 6 D 55 3E
Octal 360 156 112 0 66 105 6 15 125 76
Binary 11110000 1101110 1001010 0 110110 1000101 110 1101 1010101 111110

Color Harmonies of #F06E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06E4A

Black with #F06E4A

Text Example


Text Example

White with #F06E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06E4A; }

 p { color: rgb(240,110,74); }

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

background-color css

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

 a { background-color: rgb(240,110,74); }

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

border-color css

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

 span { border-color: rgb(240,110,74); }

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