Html Css Color HEX #FF6440 Tomato

📋 copy color: '#FF6440'

red 255 ◦ green 100 ◦ blue 64

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

Shades of Tomato #FF6440

Tints of Tomato #FF6440

RGB

 RED value IS 255 (100% from 255) = 60.86%

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

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

R = 60.86%
G = 23.87%
B = 15.27%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.75

 K value IS 0

RGB Variations

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

Color information

#FF6440 (or 0xFF6440) is known color: Tomato. HEX triplet: FF, 64 and 40. RGB value is (255,100,64). Sum of RGB (Red+Green+Blue) = 255+100+64=419 (55% of max value = 765). Red value is 255 (100% from 255 or 60.86% from 419); Green value is 100 (39.45% from 255 or 23.87% from 419); Blue value is 64 (25.39% from 255 or 15.27% from 419); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6440 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6440 is #009BBF. Grayscale: #8E8E8E. Windows color (decimal): -39872 or 4220159. OLE color: 4220159.

HSL color Cylindrical-coordinate representation of color #FF6440: hue angle of 11.31º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FF6440 is Cyan = 0, Magento = 0.61, Yellow = 0.75 and Black (K on CMYK) = 0.

Color convert

RGB 255 100 64 -
CMYK 0 0.61 0.75 0
HSL 11.31º 1% 0.63% -
HSV(B) 11.31º 0.75% 1% -
XYZ 46.72 30.74 8.32 -
YUV 142.24 83.85 208.43 -
System Red Green Blue C M Y K H S L
Decimal 255 100 64 0 0.61 0.75 0 11.31 1 0.63
Hex FF 64 40 0 3D 4B 0 B 64 3F
Octal 377 144 100 0 75 113 0 13 144 77
Binary 11111111 1100100 1000000 0 111101 1001011 0 1011 1100100 111111

Color Harmonies of #FF6440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6440

Black with #FF6440

Text Example


Text Example

White with #FF6440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6440; }

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

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

background-color css

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

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

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

border-color css

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

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

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