Html Css Color HEX #FA5A40 Tomato

📋 copy color: '#FA5A40'

red 250 ◦ green 90 ◦ blue 64

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

Shades of Tomato #FA5A40

Tints of Tomato #FA5A40

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.28%

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

R = 61.88%
G = 22.28%
B = 15.84%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#FA5A40 (or 0xFA5A40) is known color: Tomato. HEX triplet: FA, 5A and 40. RGB value is (250,90,64). Sum of RGB (Red+Green+Blue) = 250+90+64=404 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.88% from 404); Green value is 90 (35.55% from 255 or 22.28% from 404); Blue value is 64 (25.39% from 255 or 15.84% from 404); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5A40 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA5A40 is #05A5BF. Grayscale: #878787. Windows color (decimal): -370112 or 4217594. OLE color: 4217594.

HSL color Cylindrical-coordinate representation of color #FA5A40: hue angle of 8.39º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FA5A40 is Cyan = 0, Magento = 0.64, Yellow = 0.74 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 90 64 -
CMYK 0 0.64 0.74 0.02
HSL 8.39º 0.95% 0.62% -
HSV(B) 8.39º 0.74% 0.98% -
XYZ 44.01 28.01 7.94 -
YUV 134.88 88.01 210.11 -
System Red Green Blue C M Y K H S L
Decimal 250 90 64 0 0.64 0.74 0.02 8.39 0.95 0.62
Hex FA 5A 40 0 40 4A 2 8 5F 3E
Octal 372 132 100 0 100 112 2 10 137 76
Binary 11111010 1011010 1000000 0 1000000 1001010 10 1000 1011111 111110

Color Harmonies of #FA5A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5A40

Black with #FA5A40

Text Example


Text Example

White with #FA5A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5A40; }

 p { color: rgb(250,90,64); }

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

background-color css

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

 a { background-color: rgb(250,90,64); }

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

border-color css

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

 span { border-color: rgb(250,90,64); }

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