Html Css Color HEX #FD604A Tomato

📋 copy color: '#FD604A'

red 253 ◦ green 96 ◦ blue 74

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

Shades of Tomato #FD604A

Tints of Tomato #FD604A

RGB

 RED value IS 253 (99.22% from 255) = 59.81%

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

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

R = 59.81%
G = 22.7%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FD604A (or 0xFD604A) is known color: Tomato. HEX triplet: FD, 60 and 4A. RGB value is (253,96,74). Sum of RGB (Red+Green+Blue) = 253+96+74=423 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.81% from 423); Green value is 96 (37.89% from 255 or 22.70% from 423); Blue value is 74 (29.30% from 255 or 17.49% from 423); Max value from RGB is 253 - color contains mainly: red. Hex color #FD604A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD604A is #029FB5. Grayscale: #8C8C8C. Windows color (decimal): -171958 or 4874493. OLE color: 4874493.

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

Color convert

RGB 253 96 74 -
CMYK 0 0.62 0.71 0.01
HSL 7.37º 0.98% 0.64% -
HSV(B) 7.37º 0.71% 0.99% -
XYZ 45.93 29.74 9.8 -
YUV 140.44 90.51 208.29 -
System Red Green Blue C M Y K H S L
Decimal 253 96 74 0 0.62 0.71 0.01 7.37 0.98 0.64
Hex FD 60 4A 0 3E 47 1 7 62 40
Octal 375 140 112 0 76 107 1 7 142 100
Binary 11111101 1100000 1001010 0 111110 1000111 1 111 1100010 1000000

Color Harmonies of #FD604A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD604A

Black with #FD604A

Text Example


Text Example

White with #FD604A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD604A; }

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

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

background-color css

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

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

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

border-color css

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

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

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