Html Css Color HEX #FD5850 Tomato

📋 copy color: '#FD5850'

red 253 ◦ green 88 ◦ blue 80

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

Shades of Tomato #FD5850

Tints of Tomato #FD5850

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20.9%

 BLUE value IS 80 (31.64% from 255) = 19%

R = 60.1%
G = 20.9%
B = 19%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FD5850 (or 0xFD5850) is known color: Tomato. HEX triplet: FD, 58 and 50. RGB value is (253,88,80). Sum of RGB (Red+Green+Blue) = 253+88+80=421 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.10% from 421); Green value is 88 (34.77% from 255 or 20.90% from 421); Blue value is 80 (31.64% from 255 or 19.00% from 421); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5850 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD5850 is #02A7AF. Grayscale: #888888. Windows color (decimal): -174000 or 5265661. OLE color: 5265661.

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

Color convert

RGB 253 88 80 -
CMYK 0 0.65 0.68 0.01
HSL 2.77º 0.98% 0.65% -
HSV(B) 2.77º 0.68% 0.99% -
XYZ 45.45 28.44 10.68 -
YUV 136.42 96.16 211.15 -
System Red Green Blue C M Y K H S L
Decimal 253 88 80 0 0.65 0.68 0.01 2.77 0.98 0.65
Hex FD 58 50 0 41 44 1 3 62 41
Octal 375 130 120 0 101 104 1 3 142 101
Binary 11111101 1011000 1010000 0 1000001 1000100 1 11 1100010 1000001

Color Harmonies of #FD5850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5850

Black with #FD5850

Text Example


Text Example

White with #FD5850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5850; }

 p { color: rgb(253,88,80); }

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

background-color css

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

 a { background-color: rgb(253,88,80); }

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

border-color css

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

 span { border-color: rgb(253,88,80); }

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