Html Css Color HEX #FC6140 Tomato

📋 copy color: '#FC6140'

red 252 ◦ green 97 ◦ blue 64

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

Shades of Tomato #FC6140

Tints of Tomato #FC6140

RGB

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

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

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

R = 61.02%
G = 23.49%
B = 15.5%

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

#FC6140 (or 0xFC6140) is known color: Tomato. HEX triplet: FC, 61 and 40. RGB value is (252,97,64). Sum of RGB (Red+Green+Blue) = 252+97+64=413 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.02% from 413); Green value is 97 (38.28% from 255 or 23.49% from 413); Blue value is 64 (25.39% from 255 or 15.50% from 413); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6140 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6140 is #039EBF. Grayscale: #8B8B8B. Windows color (decimal): -237248 or 4219388. OLE color: 4219388.

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

Color convert

RGB 252 97 64 -
CMYK 0 0.62 0.75 0.01
HSL 10.53º 0.97% 0.62% -
HSV(B) 10.53º 0.75% 0.99% -
XYZ 45.34 29.62 8.18 -
YUV 139.58 85.35 208.18 -
System Red Green Blue C M Y K H S L
Decimal 252 97 64 0 0.62 0.75 0.01 10.53 0.97 0.62
Hex FC 61 40 0 3E 4B 1 B 61 3E
Octal 374 141 100 0 76 113 1 13 141 76
Binary 11111100 1100001 1000000 0 111110 1001011 1 1011 1100001 111110

Color Harmonies of #FC6140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6140

Black with #FC6140

Text Example


Text Example

White with #FC6140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6140; }

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

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

background-color css

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

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

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

border-color css

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

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

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