Html Css Color HEX #FD6550 Tomato

📋 copy color: '#FD6550'

red 253 ◦ green 101 ◦ blue 80

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

Shades of Tomato #FD6550

Tints of Tomato #FD6550

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.27%

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

R = 58.29%
G = 23.27%
B = 18.43%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FD6550 (or 0xFD6550) is known color: Tomato. HEX triplet: FD, 65 and 50. RGB value is (253,101,80). Sum of RGB (Red+Green+Blue) = 253+101+80=434 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.29% from 434); Green value is 101 (39.84% from 255 or 23.27% from 434); Blue value is 80 (31.64% from 255 or 18.43% from 434); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6550 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD6550 is #029AAF. Grayscale: #909090. Windows color (decimal): -170672 or 5268989. OLE color: 5268989.

HSL color Cylindrical-coordinate representation of color #FD6550: hue angle of 7.28º 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 #FD6550 is Cyan = 0, Magento = 0.60, Yellow = 0.68 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 101 80 -
CMYK 0 0.60 0.68 0.01
HSL 7.28º 0.98% 0.65% -
HSV(B) 7.28º 0.68% 0.99% -
XYZ 46.61 30.77 11.07 -
YUV 144.05 91.86 205.71 -
System Red Green Blue C M Y K H S L
Decimal 253 101 80 0 0.60 0.68 0.01 7.28 0.98 0.65
Hex FD 65 50 0 3C 44 1 7 62 41
Octal 375 145 120 0 74 104 1 7 142 101
Binary 11111101 1100101 1010000 0 111100 1000100 1 111 1100010 1000001

Color Harmonies of #FD6550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD6550

Black with #FD6550

Text Example


Text Example

White with #FD6550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD6550; }

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

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

background-color css

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

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

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

border-color css

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

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

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