Html Css Color HEX #FA604A Tomato

📋 copy color: '#FA604A'

red 250 ◦ green 96 ◦ blue 74

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

Shades of Tomato #FA604A

Tints of Tomato #FA604A

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.86%

 BLUE value IS 74 (29.3% from 255) = 17.62%

R = 59.52%
G = 22.86%
B = 17.62%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#FA604A (or 0xFA604A) is known color: Tomato. HEX triplet: FA, 60 and 4A. RGB value is (250,96,74). Sum of RGB (Red+Green+Blue) = 250+96+74=420 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.52% from 420); Green value is 96 (37.89% from 255 or 22.86% from 420); Blue value is 74 (29.30% from 255 or 17.62% from 420); Max value from RGB is 250 - color contains mainly: red. Hex color #FA604A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA604A is #059FB5. Grayscale: #8B8B8B. Windows color (decimal): -368566 or 4874490. OLE color: 4874490.

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

Color convert

RGB 250 96 74 -
CMYK 0 0.62 0.70 0.02
HSL 7.5º 0.95% 0.64% -
HSV(B) 7.5º 0.7% 0.98% -
XYZ 44.84 29.18 9.75 -
YUV 139.54 91.02 206.79 -
System Red Green Blue C M Y K H S L
Decimal 250 96 74 0 0.62 0.70 0.02 7.5 0.95 0.64
Hex FA 60 4A 0 3E 46 2 8 5F 40
Octal 372 140 112 0 76 106 2 10 137 100
Binary 11111010 1100000 1001010 0 111110 1000110 10 1000 1011111 1000000

Color Harmonies of #FA604A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA604A

Black with #FA604A

Text Example


Text Example

White with #FA604A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA604A; }

 p { color: rgb(250,96,74); }

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

background-color css

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

 a { background-color: rgb(250,96,74); }

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

border-color css

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

 span { border-color: rgb(250,96,74); }

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