Html Css Color HEX #FC6440 Tomato

📋 copy color: '#FC6440'

red 252 ◦ green 100 ◦ blue 64

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

Shades of Tomato #FC6440

Tints of Tomato #FC6440

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.04%

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

R = 60.58%
G = 24.04%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FC6440 (or 0xFC6440) is known color: Tomato. HEX triplet: FC, 64 and 40. RGB value is (252,100,64). Sum of RGB (Red+Green+Blue) = 252+100+64=416 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.58% from 416); Green value is 100 (39.45% from 255 or 24.04% from 416); Blue value is 64 (25.39% from 255 or 15.38% from 416); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6440 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6440 is #039BBF. Grayscale: #8D8D8D. Windows color (decimal): -236480 or 4220156. OLE color: 4220156.

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

Color convert

RGB 252 100 64 -
CMYK 0 0.60 0.75 0.01
HSL 11.49º 0.97% 0.62% -
HSV(B) 11.49º 0.75% 0.99% -
XYZ 45.63 30.18 8.27 -
YUV 141.34 84.36 206.93 -
System Red Green Blue C M Y K H S L
Decimal 252 100 64 0 0.60 0.75 0.01 11.49 0.97 0.62
Hex FC 64 40 0 3C 4B 1 B 61 3E
Octal 374 144 100 0 74 113 1 13 141 76
Binary 11111100 1100100 1000000 0 111100 1001011 1 1011 1100001 111110

Color Harmonies of #FC6440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6440

Black with #FC6440

Text Example


Text Example

White with #FC6440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6440; }

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

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

background-color css

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

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

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

border-color css

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

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

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