Html Css Color HEX #FD5A42 Tomato

📋 copy color: '#FD5A42'

red 253 ◦ green 90 ◦ blue 66

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

Shades of Tomato #FD5A42

Tints of Tomato #FD5A42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 16.14%

R = 61.86%
G = 22%
B = 16.14%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FD5A42 (or 0xFD5A42) is known color: Tomato. HEX triplet: FD, 5A and 42. RGB value is (253,90,66). Sum of RGB (Red+Green+Blue) = 253+90+66=409 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.86% from 409); Green value is 90 (35.55% from 255 or 22.00% from 409); Blue value is 66 (26.17% from 255 or 16.14% from 409); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5A42 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD5A42 is #02A5BD. Grayscale: #888888. Windows color (decimal): -173502 or 4348669. OLE color: 4348669.

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

Color convert

RGB 253 90 66 -
CMYK 0 0.64 0.74 0.01
HSL 7.7º 0.98% 0.63% -
HSV(B) 7.7º 0.74% 0.99% -
XYZ 45.15 28.59 8.29 -
YUV 136 88.5 211.45 -
System Red Green Blue C M Y K H S L
Decimal 253 90 66 0 0.64 0.74 0.01 7.7 0.98 0.63
Hex FD 5A 42 0 40 4A 1 8 62 3F
Octal 375 132 102 0 100 112 1 10 142 77
Binary 11111101 1011010 1000010 0 1000000 1001010 1 1000 1100010 111111

Color Harmonies of #FD5A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5A42

Black with #FD5A42

Text Example


Text Example

White with #FD5A42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5A42; }

 p { color: rgb(253,90,66); }

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

background-color css

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

 a { background-color: rgb(253,90,66); }

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

border-color css

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

 span { border-color: rgb(253,90,66); }

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