Html Css Color HEX #FA6550 Tomato

📋 copy color: '#FA6550'

red 250 ◦ green 101 ◦ blue 80

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

Shades of Tomato #FA6550

Tints of Tomato #FA6550

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.43%

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

R = 58%
G = 23.43%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#FA6550 (or 0xFA6550) is known color: Tomato. HEX triplet: FA, 65 and 50. RGB value is (250,101,80). Sum of RGB (Red+Green+Blue) = 250+101+80=431 (57% of max value = 765). Red value is 250 (98.05% from 255 or 58.00% from 431); Green value is 101 (39.84% from 255 or 23.43% from 431); Blue value is 80 (31.64% from 255 or 18.56% from 431); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6550 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA6550 is #059AAF. Grayscale: #8F8F8F. Windows color (decimal): -367280 or 5268986. OLE color: 5268986.

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

Color convert

RGB 250 101 80 -
CMYK 0 0.60 0.68 0.02
HSL 7.41º 0.94% 0.65% -
HSV(B) 7.41º 0.68% 0.98% -
XYZ 45.53 30.21 11.02 -
YUV 143.16 92.36 204.21 -
System Red Green Blue C M Y K H S L
Decimal 250 101 80 0 0.60 0.68 0.02 7.41 0.94 0.65
Hex FA 65 50 0 3C 44 2 7 5E 41
Octal 372 145 120 0 74 104 2 7 136 101
Binary 11111010 1100101 1010000 0 111100 1000100 10 111 1011110 1000001

Color Harmonies of #FA6550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6550

Black with #FA6550

Text Example


Text Example

White with #FA6550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6550; }

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

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

background-color css

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

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

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

border-color css

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

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

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