Html Css Color HEX #F06140 Tomato

📋 copy color: '#F06140'

red 240 ◦ green 97 ◦ blue 64

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

Shades of Tomato #F06140

Tints of Tomato #F06140

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.19%

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

R = 59.85%
G = 24.19%
B = 15.96%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#F06140 (or 0xF06140) is known color: Tomato. HEX triplet: F0, 61 and 40. RGB value is (240,97,64). Sum of RGB (Red+Green+Blue) = 240+97+64=401 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.85% from 401); Green value is 97 (38.28% from 255 or 24.19% from 401); Blue value is 64 (25.39% from 255 or 15.96% from 401); Max value from RGB is 240 - color contains mainly: red. Hex color #F06140 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F06140 is #0F9EBF. Grayscale: #888888. Windows color (decimal): -1023680 or 4219376. OLE color: 4219376.

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

Color convert

RGB 240 97 64 -
CMYK 0 0.60 0.73 0.06
HSL 11.25º 0.85% 0.6% -
HSV(B) 11.25º 0.73% 0.94% -
XYZ 41.14 27.44 7.98 -
YUV 136 87.38 202.18 -
System Red Green Blue C M Y K H S L
Decimal 240 97 64 0 0.60 0.73 0.06 11.25 0.85 0.6
Hex F0 61 40 0 3C 49 6 B 55 3C
Octal 360 141 100 0 74 111 6 13 125 74
Binary 11110000 1100001 1000000 0 111100 1001001 110 1011 1010101 111100

Color Harmonies of #F06140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06140

Black with #F06140

Text Example


Text Example

White with #F06140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06140; }

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

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

background-color css

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

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

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

border-color css

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

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

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