Html Css Color HEX #F06A40 Tomato

📋 copy color: '#F06A40'

red 240 ◦ green 106 ◦ blue 64

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

Shades of Tomato #F06A40

Tints of Tomato #F06A40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 15.61%

R = 58.54%
G = 25.85%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#F06A40 (or 0xF06A40) is known color: Tomato. HEX triplet: F0, 6A and 40. RGB value is (240,106,64). Sum of RGB (Red+Green+Blue) = 240+106+64=410 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.54% from 410); Green value is 106 (41.80% from 255 or 25.85% from 410); Blue value is 64 (25.39% from 255 or 15.61% from 410); Max value from RGB is 240 - color contains mainly: red. Hex color #F06A40 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F06A40 is #0F95BF. Grayscale: #8D8D8D. Windows color (decimal): -1021376 or 4221680. OLE color: 4221680.

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

Color convert

RGB 240 106 64 -
CMYK 0 0.56 0.73 0.06
HSL 14.32º 0.85% 0.6% -
HSV(B) 14.32º 0.73% 0.94% -
XYZ 42.01 29.2 8.27 -
YUV 141.28 84.39 198.42 -
System Red Green Blue C M Y K H S L
Decimal 240 106 64 0 0.56 0.73 0.06 14.32 0.85 0.6
Hex F0 6A 40 0 38 49 6 E 55 3C
Octal 360 152 100 0 70 111 6 16 125 74
Binary 11110000 1101010 1000000 0 111000 1001001 110 1110 1010101 111100

Color Harmonies of #F06A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06A40

Black with #F06A40

Text Example


Text Example

White with #F06A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06A40; }

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

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

background-color css

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

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

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

border-color css

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

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

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