Html Css Color HEX #FC5F40 Tomato

📋 copy color: '#FC5F40'

red 252 ◦ green 95 ◦ blue 64

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

Shades of Tomato #FC5F40

Tints of Tomato #FC5F40

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.11%

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

R = 61.31%
G = 23.11%
B = 15.57%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FC5F40 (or 0xFC5F40) is known color: Tomato. HEX triplet: FC, 5F and 40. RGB value is (252,95,64). Sum of RGB (Red+Green+Blue) = 252+95+64=411 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.31% from 411); Green value is 95 (37.5% from 255 or 23.11% from 411); Blue value is 64 (25.39% from 255 or 15.57% from 411); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5F40 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC5F40 is #03A0BF. Grayscale: #8A8A8A. Windows color (decimal): -237760 or 4218876. OLE color: 4218876.

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

Color convert

RGB 252 95 64 -
CMYK 0 0.62 0.75 0.01
HSL 9.89º 0.97% 0.62% -
HSV(B) 9.89º 0.75% 0.99% -
XYZ 45.16 29.25 8.12 -
YUV 138.41 86.01 209.02 -
System Red Green Blue C M Y K H S L
Decimal 252 95 64 0 0.62 0.75 0.01 9.89 0.97 0.62
Hex FC 5F 40 0 3E 4B 1 A 61 3E
Octal 374 137 100 0 76 113 1 12 141 76
Binary 11111100 1011111 1000000 0 111110 1001011 1 1010 1100001 111110

Color Harmonies of #FC5F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5F40

Black with #FC5F40

Text Example


Text Example

White with #FC5F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5F40; }

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

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

background-color css

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

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

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

border-color css

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

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

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