Html Css Color HEX #FF6740 Tomato

📋 copy color: '#FF6740'

red 255 ◦ green 103 ◦ blue 64

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

Shades of Tomato #FF6740

Tints of Tomato #FF6740

RGB

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

 GREEN value IS 103 (40.63% from 255) = 24.41%

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

R = 60.43%
G = 24.41%
B = 15.17%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.75

 K value IS 0

RGB Variations

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

Color information

#FF6740 (or 0xFF6740) is known color: Tomato. HEX triplet: FF, 67 and 40. RGB value is (255,103,64). Sum of RGB (Red+Green+Blue) = 255+103+64=422 (55% of max value = 765). Red value is 255 (100% from 255 or 60.43% from 422); Green value is 103 (40.62% from 255 or 24.41% from 422); Blue value is 64 (25.39% from 255 or 15.17% from 422); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6740 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6740 is #0098BF. Grayscale: #909090. Windows color (decimal): -39104 or 4220927. OLE color: 4220927.

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

Color convert

RGB 255 103 64 -
CMYK 0 0.60 0.75 0
HSL 12.25º 1% 0.63% -
HSV(B) 12.25º 0.75% 1% -
XYZ 47.02 31.33 8.42 -
YUV 144 82.86 207.17 -
System Red Green Blue C M Y K H S L
Decimal 255 103 64 0 0.60 0.75 0 12.25 1 0.63
Hex FF 67 40 0 3C 4B 0 C 64 3F
Octal 377 147 100 0 74 113 0 14 144 77
Binary 11111111 1100111 1000000 0 111100 1001011 0 1100 1100100 111111

Color Harmonies of #FF6740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6740

Black with #FF6740

Text Example


Text Example

White with #FF6740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6740; }

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

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

background-color css

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

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

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

border-color css

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

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

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