Html Css Color HEX #FC7245 Tomato

📋 copy color: '#FC7245'

red 252 ◦ green 114 ◦ blue 69

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

Shades of Tomato #FC7245

Tints of Tomato #FC7245

RGB

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

 GREEN value IS 114 (44.92% from 255) = 26.21%

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

R = 57.93%
G = 26.21%
B = 15.86%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.73

 K value IS 0.01

RGB Variations

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

Color information

#FC7245 (or 0xFC7245) is known color: Tomato. HEX triplet: FC, 72 and 45. RGB value is (252,114,69). Sum of RGB (Red+Green+Blue) = 252+114+69=435 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.93% from 435); Green value is 114 (44.92% from 255 or 26.21% from 435); Blue value is 69 (27.34% from 255 or 15.86% from 435); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7245 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7245 is #038DBA. Grayscale: #969696. Windows color (decimal): -232891 or 4551420. OLE color: 4551420.

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

Color convert

RGB 252 114 69 -
CMYK 0 0.55 0.73 0.01
HSL 14.75º 0.97% 0.63% -
HSV(B) 14.75º 0.73% 0.99% -
XYZ 47.24 33.16 9.54 -
YUV 150.13 82.22 200.66 -
System Red Green Blue C M Y K H S L
Decimal 252 114 69 0 0.55 0.73 0.01 14.75 0.97 0.63
Hex FC 72 45 0 37 49 1 F 61 3F
Octal 374 162 105 0 67 111 1 17 141 77
Binary 11111100 1110010 1000101 0 110111 1001001 1 1111 1100001 111111

Color Harmonies of #FC7245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7245

Black with #FC7245

Text Example


Text Example

White with #FC7245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7245; }

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

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

background-color css

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

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

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

border-color css

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

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

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