Html Css Color HEX #FC6145 Tomato

📋 copy color: '#FC6145'

red 252 ◦ green 97 ◦ blue 69

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

Shades of Tomato #FC6145

Tints of Tomato #FC6145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 16.51%

R = 60.29%
G = 23.21%
B = 16.51%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.73

 K value IS 0.01

RGB Variations

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

Color information

#FC6145 (or 0xFC6145) is known color: Tomato. HEX triplet: FC, 61 and 45. RGB value is (252,97,69). Sum of RGB (Red+Green+Blue) = 252+97+69=418 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.29% from 418); Green value is 97 (38.28% from 255 or 23.21% from 418); Blue value is 69 (27.34% from 255 or 16.51% from 418); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6145 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6145 is #039EBA. Grayscale: #8C8C8C. Windows color (decimal): -237243 or 4547068. OLE color: 4547068.

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

Color convert

RGB 252 97 69 -
CMYK 0 0.62 0.73 0.01
HSL 9.18º 0.97% 0.63% -
HSV(B) 9.18º 0.73% 0.99% -
XYZ 45.49 29.67 8.96 -
YUV 140.15 87.85 207.78 -
System Red Green Blue C M Y K H S L
Decimal 252 97 69 0 0.62 0.73 0.01 9.18 0.97 0.63
Hex FC 61 45 0 3E 49 1 9 61 3F
Octal 374 141 105 0 76 111 1 11 141 77
Binary 11111100 1100001 1000101 0 111110 1001001 1 1001 1100001 111111

Color Harmonies of #FC6145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6145

Black with #FC6145

Text Example


Text Example

White with #FC6145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6145; }

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

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

background-color css

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

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

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

border-color css

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

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

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