Html Css Color HEX #FD6145 Tomato

📋 copy color: '#FD6145'

red 253 ◦ green 97 ◦ blue 69

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

Shades of Tomato #FD6145

Tints of Tomato #FD6145

RGB

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

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

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

R = 60.38%
G = 23.15%
B = 16.47%

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

#FD6145 (or 0xFD6145) is known color: Tomato. HEX triplet: FD, 61 and 45. RGB value is (253,97,69). Sum of RGB (Red+Green+Blue) = 253+97+69=419 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.38% from 419); Green value is 97 (38.28% from 255 or 23.15% from 419); Blue value is 69 (27.34% from 255 or 16.47% from 419); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6145 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD6145 is #029EBA. Grayscale: #8C8C8C. Windows color (decimal): -171707 or 4547069. OLE color: 4547069.

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

Color convert

RGB 253 97 69 -
CMYK 0 0.62 0.73 0.01
HSL 9.13º 0.98% 0.63% -
HSV(B) 9.13º 0.73% 0.99% -
XYZ 45.86 29.86 8.98 -
YUV 140.45 87.68 208.28 -
System Red Green Blue C M Y K H S L
Decimal 253 97 69 0 0.62 0.73 0.01 9.13 0.98 0.63
Hex FD 61 45 0 3E 49 1 9 62 3F
Octal 375 141 105 0 76 111 1 11 142 77
Binary 11111101 1100001 1000101 0 111110 1001001 1 1001 1100010 111111

Color Harmonies of #FD6145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD6145

Black with #FD6145

Text Example


Text Example

White with #FD6145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD6145; }

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

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

background-color css

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

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

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

border-color css

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

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

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