Html Css Color HEX #FD7245 Tomato

📋 copy color: '#FD7245'

red 253 ◦ green 114 ◦ blue 69

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

Shades of Tomato #FD7245

Tints of Tomato #FD7245

RGB

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

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

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

R = 58.03%
G = 26.15%
B = 15.83%

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

#FD7245 (or 0xFD7245) is known color: Tomato. HEX triplet: FD, 72 and 45. RGB value is (253,114,69). Sum of RGB (Red+Green+Blue) = 253+114+69=436 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.03% from 436); Green value is 114 (44.92% from 255 or 26.15% from 436); Blue value is 69 (27.34% from 255 or 15.83% from 436); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7245 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD7245 is #028DBA. Grayscale: #969696. Windows color (decimal): -167355 or 4551421. OLE color: 4551421.

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

Color convert

RGB 253 114 69 -
CMYK 0 0.55 0.73 0.01
HSL 14.67º 0.98% 0.63% -
HSV(B) 14.67º 0.73% 0.99% -
XYZ 47.6 33.35 9.56 -
YUV 150.43 82.05 201.16 -
System Red Green Blue C M Y K H S L
Decimal 253 114 69 0 0.55 0.73 0.01 14.67 0.98 0.63
Hex FD 72 45 0 37 49 1 F 62 3F
Octal 375 162 105 0 67 111 1 17 142 77
Binary 11111101 1110010 1000101 0 110111 1001001 1 1111 1100010 111111

Color Harmonies of #FD7245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD7245

Black with #FD7245

Text Example


Text Example

White with #FD7245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD7245; }

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

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

background-color css

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

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

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

border-color css

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

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

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