Html Css Color HEX #F06440 Tomato

📋 copy color: '#F06440'

red 240 ◦ green 100 ◦ blue 64

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

Shades of Tomato #F06440

Tints of Tomato #F06440

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.75%

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

R = 59.41%
G = 24.75%
B = 15.84%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#F06440 (or 0xF06440) is known color: Tomato. HEX triplet: F0, 64 and 40. RGB value is (240,100,64). Sum of RGB (Red+Green+Blue) = 240+100+64=404 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.41% from 404); Green value is 100 (39.45% from 255 or 24.75% from 404); Blue value is 64 (25.39% from 255 or 15.84% from 404); Max value from RGB is 240 - color contains mainly: red. Hex color #F06440 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F06440 is #0F9BBF. Grayscale: #8A8A8A. Windows color (decimal): -1022912 or 4220144. OLE color: 4220144.

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

Color convert

RGB 240 100 64 -
CMYK 0 0.58 0.73 0.06
HSL 12.27º 0.85% 0.6% -
HSV(B) 12.27º 0.73% 0.94% -
XYZ 41.42 28.01 8.07 -
YUV 137.76 86.38 200.93 -
System Red Green Blue C M Y K H S L
Decimal 240 100 64 0 0.58 0.73 0.06 12.27 0.85 0.6
Hex F0 64 40 0 3A 49 6 C 55 3C
Octal 360 144 100 0 72 111 6 14 125 74
Binary 11110000 1100100 1000000 0 111010 1001001 110 1100 1010101 111100

Color Harmonies of #F06440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06440

Black with #F06440

Text Example


Text Example

White with #F06440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06440; }

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

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

background-color css

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

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

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

border-color css

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

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

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