Html Css Color HEX #FC6150 Tomato

📋 copy color: '#FC6150'

red 252 ◦ green 97 ◦ blue 80

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

Shades of Tomato #FC6150

Tints of Tomato #FC6150

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.61%

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

R = 58.74%
G = 22.61%
B = 18.65%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FC6150 (or 0xFC6150) is known color: Tomato. HEX triplet: FC, 61 and 50. RGB value is (252,97,80). Sum of RGB (Red+Green+Blue) = 252+97+80=429 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.74% from 429); Green value is 97 (38.28% from 255 or 22.61% from 429); Blue value is 80 (31.64% from 255 or 18.65% from 429); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6150 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6150 is #039EAF. Grayscale: #8D8D8D. Windows color (decimal): -237232 or 5267964. OLE color: 5267964.

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

Color convert

RGB 252 97 80 -
CMYK 0 0.62 0.68 0.01
HSL 5.93º 0.97% 0.65% -
HSV(B) 5.93º 0.68% 0.99% -
XYZ 45.87 29.82 10.93 -
YUV 141.41 93.35 206.88 -
System Red Green Blue C M Y K H S L
Decimal 252 97 80 0 0.62 0.68 0.01 5.93 0.97 0.65
Hex FC 61 50 0 3E 44 1 6 61 41
Octal 374 141 120 0 76 104 1 6 141 101
Binary 11111100 1100001 1010000 0 111110 1000100 1 110 1100001 1000001

Color Harmonies of #FC6150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6150

Black with #FC6150

Text Example


Text Example

White with #FC6150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6150; }

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

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

background-color css

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

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

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

border-color css

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

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

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