Html Css Color HEX #FA5650 Tomato

📋 copy color: '#FA5650'

red 250 ◦ green 86 ◦ blue 80

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

Shades of Tomato #FA5650

Tints of Tomato #FA5650

RGB

 RED value IS 250 (98.05% from 255) = 60.1%

 GREEN value IS 86 (33.98% from 255) = 20.67%

 BLUE value IS 80 (31.64% from 255) = 19.23%

R = 60.1%
G = 20.67%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#FA5650 (or 0xFA5650) is known color: Tomato. HEX triplet: FA, 56 and 50. RGB value is (250,86,80). Sum of RGB (Red+Green+Blue) = 250+86+80=416 (55% of max value = 765). Red value is 250 (98.05% from 255 or 60.10% from 416); Green value is 86 (33.98% from 255 or 20.67% from 416); Blue value is 80 (31.64% from 255 or 19.23% from 416); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5650 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA5650 is #05A9AF. Grayscale: #868686. Windows color (decimal): -371120 or 5265146. OLE color: 5265146.

HSL color Cylindrical-coordinate representation of color #FA5650: hue angle of 2.12º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FA5650 is Cyan = 0, Magento = 0.66, Yellow = 0.68 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 86 80 -
CMYK 0 0.66 0.68 0.02
HSL 2.12º 0.94% 0.65% -
HSV(B) 2.12º 0.68% 0.98% -
XYZ 44.2 27.56 10.58 -
YUV 134.35 97.33 210.49 -
System Red Green Blue C M Y K H S L
Decimal 250 86 80 0 0.66 0.68 0.02 2.12 0.94 0.65
Hex FA 56 50 0 42 44 2 2 5E 41
Octal 372 126 120 0 102 104 2 2 136 101
Binary 11111010 1010110 1010000 0 1000010 1000100 10 10 1011110 1000001

Color Harmonies of #FA5650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5650

Black with #FA5650

Text Example


Text Example

White with #FA5650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5650; }

 p { color: rgb(250,86,80); }

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

background-color css

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

 a { background-color: rgb(250,86,80); }

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

border-color css

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

 span { border-color: rgb(250,86,80); }

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