Html Css Color HEX #FA5F40 Tomato

📋 copy color: '#FA5F40'

red 250 ◦ green 95 ◦ blue 64

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

Shades of Tomato #FA5F40

Tints of Tomato #FA5F40

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.23%

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

R = 61.12%
G = 23.23%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#FA5F40 (or 0xFA5F40) is known color: Tomato. HEX triplet: FA, 5F and 40. RGB value is (250,95,64). Sum of RGB (Red+Green+Blue) = 250+95+64=409 (54% of max value = 765). Red value is 250 (98.05% from 255 or 61.12% from 409); Green value is 95 (37.5% from 255 or 23.23% from 409); Blue value is 64 (25.39% from 255 or 15.65% from 409); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5F40 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA5F40 is #05A0BF. Grayscale: #8A8A8A. Windows color (decimal): -368832 or 4218874. OLE color: 4218874.

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

Color convert

RGB 250 95 64 -
CMYK 0 0.62 0.74 0.02
HSL 10º 0.95% 0.62% -
HSV(B) 10º 0.74% 0.98% -
XYZ 44.44 28.88 8.08 -
YUV 137.81 86.35 208.02 -
System Red Green Blue C M Y K H S L
Decimal 250 95 64 0 0.62 0.74 0.02 10 0.95 0.62
Hex FA 5F 40 0 3E 4A 2 A 5F 3E
Octal 372 137 100 0 76 112 2 12 137 76
Binary 11111010 1011111 1000000 0 111110 1001010 10 1010 1011111 111110

Color Harmonies of #FA5F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5F40

Black with #FA5F40

Text Example


Text Example

White with #FA5F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5F40; }

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

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

background-color css

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

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

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

border-color css

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

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

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