Html Css Color HEX #FC6350 Tomato

📋 copy color: '#FC6350'

red 252 ◦ green 99 ◦ blue 80

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

Shades of Tomato #FC6350

Tints of Tomato #FC6350

RGB

 RED value IS 252 (98.83% from 255) = 58.47%

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

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

R = 58.47%
G = 22.97%
B = 18.56%

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

#FC6350 (or 0xFC6350) is known color: Tomato. HEX triplet: FC, 63 and 50. RGB value is (252,99,80). Sum of RGB (Red+Green+Blue) = 252+99+80=431 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.47% from 431); Green value is 99 (39.06% from 255 or 22.97% from 431); Blue value is 80 (31.64% from 255 or 18.56% from 431); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6350 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6350 is #039CAF. Grayscale: #8E8E8E. Windows color (decimal): -236720 or 5268476. OLE color: 5268476.

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

Color convert

RGB 252 99 80 -
CMYK 0 0.61 0.68 0.01
HSL 6.63º 0.97% 0.65% -
HSV(B) 6.63º 0.68% 0.99% -
XYZ 46.05 30.2 10.99 -
YUV 142.58 92.69 206.04 -
System Red Green Blue C M Y K H S L
Decimal 252 99 80 0 0.61 0.68 0.01 6.63 0.97 0.65
Hex FC 63 50 0 3D 44 1 7 61 41
Octal 374 143 120 0 75 104 1 7 141 101
Binary 11111100 1100011 1010000 0 111101 1000100 1 111 1100001 1000001

Color Harmonies of #FC6350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6350

Black with #FC6350

Text Example


Text Example

White with #FC6350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6350; }

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

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

background-color css

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

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

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

border-color css

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

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

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