Html Css Color HEX #FD6350 Tomato

📋 copy color: '#FD6350'

red 253 ◦ green 99 ◦ blue 80

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

Shades of Tomato #FD6350

Tints of Tomato #FD6350

RGB

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

 GREEN value IS 99 (39.06% from 255) = 22.92%

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

R = 58.56%
G = 22.92%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FD6350 (or 0xFD6350) is known color: Tomato. HEX triplet: FD, 63 and 50. RGB value is (253,99,80). Sum of RGB (Red+Green+Blue) = 253+99+80=432 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.56% from 432); Green value is 99 (39.06% from 255 or 22.92% from 432); Blue value is 80 (31.64% from 255 or 18.52% from 432); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6350 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD6350 is #029CAF. Grayscale: #8F8F8F. Windows color (decimal): -171184 or 5268477. OLE color: 5268477.

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

Color convert

RGB 253 99 80 -
CMYK 0 0.61 0.68 0.01
HSL 6.59º 0.98% 0.65% -
HSV(B) 6.59º 0.68% 0.99% -
XYZ 46.42 30.39 11.01 -
YUV 142.88 92.52 206.54 -
System Red Green Blue C M Y K H S L
Decimal 253 99 80 0 0.61 0.68 0.01 6.59 0.98 0.65
Hex FD 63 50 0 3D 44 1 7 62 41
Octal 375 143 120 0 75 104 1 7 142 101
Binary 11111101 1100011 1010000 0 111101 1000100 1 111 1100010 1000001

Color Harmonies of #FD6350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD6350

Black with #FD6350

Text Example


Text Example

White with #FD6350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD6350; }

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

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

background-color css

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

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

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

border-color css

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

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

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