Html Css Color HEX #FF6940 Tomato

📋 copy color: '#FF6940'

red 255 ◦ green 105 ◦ blue 64

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

Shades of Tomato #FF6940

Tints of Tomato #FF6940

RGB

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

 GREEN value IS 105 (41.41% from 255) = 24.76%

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

R = 60.14%
G = 24.76%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.75

 K value IS 0

RGB Variations

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

Color information

#FF6940 (or 0xFF6940) is known color: Tomato. HEX triplet: FF, 69 and 40. RGB value is (255,105,64). Sum of RGB (Red+Green+Blue) = 255+105+64=424 (56% of max value = 765). Red value is 255 (100% from 255 or 60.14% from 424); Green value is 105 (41.41% from 255 or 24.76% from 424); Blue value is 64 (25.39% from 255 or 15.09% from 424); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6940 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6940 is #0096BF. Grayscale: #919191. Windows color (decimal): -38592 or 4221439. OLE color: 4221439.

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

Color convert

RGB 255 105 64 -
CMYK 0 0.59 0.75 0
HSL 12.88º 1% 0.63% -
HSV(B) 12.88º 0.75% 1% -
XYZ 47.22 31.73 8.49 -
YUV 145.18 82.2 206.33 -
System Red Green Blue C M Y K H S L
Decimal 255 105 64 0 0.59 0.75 0 12.88 1 0.63
Hex FF 69 40 0 3B 4B 0 D 64 3F
Octal 377 151 100 0 73 113 0 15 144 77
Binary 11111111 1101001 1000000 0 111011 1001011 0 1101 1100100 111111

Color Harmonies of #FF6940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6940

Black with #FF6940

Text Example


Text Example

White with #FF6940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6940; }

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

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

background-color css

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

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

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

border-color css

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

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

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