Html Css Color HEX #FC6240 Tomato

📋 copy color: '#FC6240'

red 252 ◦ green 98 ◦ blue 64

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

Shades of Tomato #FC6240

Tints of Tomato #FC6240

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.67%

 BLUE value IS 64 (25.39% from 255) = 15.46%

R = 60.87%
G = 23.67%
B = 15.46%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FC6240 (or 0xFC6240) is known color: Tomato. HEX triplet: FC, 62 and 40. RGB value is (252,98,64). Sum of RGB (Red+Green+Blue) = 252+98+64=414 (54% of max value = 765). Red value is 252 (98.83% from 255 or 60.87% from 414); Green value is 98 (38.67% from 255 or 23.67% from 414); Blue value is 64 (25.39% from 255 or 15.46% from 414); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6240 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6240 is #039DBF. Grayscale: #8C8C8C. Windows color (decimal): -236992 or 4219644. OLE color: 4219644.

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

Color convert

RGB 252 98 64 -
CMYK 0 0.61 0.75 0.01
HSL 10.85º 0.97% 0.62% -
HSV(B) 10.85º 0.75% 0.99% -
XYZ 45.44 29.8 8.21 -
YUV 140.17 85.02 207.76 -
System Red Green Blue C M Y K H S L
Decimal 252 98 64 0 0.61 0.75 0.01 10.85 0.97 0.62
Hex FC 62 40 0 3D 4B 1 B 61 3E
Octal 374 142 100 0 75 113 1 13 141 76
Binary 11111100 1100010 1000000 0 111101 1001011 1 1011 1100001 111110

Color Harmonies of #FC6240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6240

Black with #FC6240

Text Example


Text Example

White with #FC6240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6240; }

 p { color: rgb(252,98,64); }

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

background-color css

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

 a { background-color: rgb(252,98,64); }

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

border-color css

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

 span { border-color: rgb(252,98,64); }

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