Html Css Color HEX #FD7145 Tomato

📋 copy color: '#FD7145'

red 253 ◦ green 113 ◦ blue 69

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

Shades of Tomato #FD7145

Tints of Tomato #FD7145

RGB

 RED value IS 253 (99.22% from 255) = 58.16%

 GREEN value IS 113 (44.53% from 255) = 25.98%

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

R = 58.16%
G = 25.98%
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

#FD7145 (or 0xFD7145) is known color: Tomato. HEX triplet: FD, 71 and 45. RGB value is (253,113,69). Sum of RGB (Red+Green+Blue) = 253+113+69=435 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.16% from 435); Green value is 113 (44.53% from 255 or 25.98% from 435); Blue value is 69 (27.34% from 255 or 15.86% from 435); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7145 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD7145 is #028EBA. Grayscale: #969696. Windows color (decimal): -167611 or 4551165. OLE color: 4551165.

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

Color convert

RGB 253 113 69 -
CMYK 0 0.55 0.73 0.01
HSL 14.35º 0.98% 0.63% -
HSV(B) 14.35º 0.73% 0.99% -
XYZ 47.49 33.12 9.52 -
YUV 149.84 82.38 201.58 -
System Red Green Blue C M Y K H S L
Decimal 253 113 69 0 0.55 0.73 0.01 14.35 0.98 0.63
Hex FD 71 45 0 37 49 1 E 62 3F
Octal 375 161 105 0 67 111 1 16 142 77
Binary 11111101 1110001 1000101 0 110111 1001001 1 1110 1100010 111111

Color Harmonies of #FD7145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD7145

Black with #FD7145

Text Example


Text Example

White with #FD7145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD7145; }

 p { color: rgb(253,113,69); }

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

background-color css

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

 a { background-color: rgb(253,113,69); }

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

border-color css

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

 span { border-color: rgb(253,113,69); }

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