Html Css Color HEX #FC6048 Tomato

📋 copy color: '#FC6048'

red 252 ◦ green 96 ◦ blue 72

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

Shades of Tomato #FC6048

Tints of Tomato #FC6048

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.86%

 BLUE value IS 72 (28.52% from 255) = 17.14%

R = 60%
G = 22.86%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FC6048 (or 0xFC6048) is known color: Tomato. HEX triplet: FC, 60 and 48. RGB value is (252,96,72). Sum of RGB (Red+Green+Blue) = 252+96+72=420 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60% from 420); Green value is 96 (37.89% from 255 or 22.86% from 420); Blue value is 72 (28.52% from 255 or 17.14% from 420); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6048 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6048 is #039FB7. Grayscale: #8C8C8C. Windows color (decimal): -237496 or 4743420. OLE color: 4743420.

HSL color Cylindrical-coordinate representation of color #FC6048: hue angle of 8º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FC6048 is Cyan = 0, Magento = 0.62, Yellow = 0.71 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 96 72 -
CMYK 0 0.62 0.71 0.01
HSL 0.97% 0.64% -
HSV(B) 0.71% 0.99% -
XYZ 45.5 29.53 9.43 -
YUV 139.91 89.68 207.95 -
System Red Green Blue C M Y K H S L
Decimal 252 96 72 0 0.62 0.71 0.01 8 0.97 0.64
Hex FC 60 48 0 3E 47 1 8 61 40
Octal 374 140 110 0 76 107 1 10 141 100
Binary 11111100 1100000 1001000 0 111110 1000111 1 1000 1100001 1000000

Color Harmonies of #FC6048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6048

Black with #FC6048

Text Example


Text Example

White with #FC6048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6048; }

 p { color: rgb(252,96,72); }

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

background-color css

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

 a { background-color: rgb(252,96,72); }

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

border-color css

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

 span { border-color: rgb(252,96,72); }

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