Html Css Color HEX #F85D45 Tomato

📋 copy color: '#F85D45'

red 248 ◦ green 93 ◦ blue 69

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

Shades of Tomato #F85D45

Tints of Tomato #F85D45

RGB

 RED value IS 248 (97.27% from 255) = 60.49%

 GREEN value IS 93 (36.72% from 255) = 22.68%

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

R = 60.49%
G = 22.68%
B = 16.83%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.72

 K value IS 0.03

RGB Variations

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

Color information

#F85D45 (or 0xF85D45) is known color: Tomato. HEX triplet: F8, 5D and 45. RGB value is (248,93,69). Sum of RGB (Red+Green+Blue) = 248+93+69=410 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.49% from 410); Green value is 93 (36.72% from 255 or 22.68% from 410); Blue value is 69 (27.34% from 255 or 16.83% from 410); Max value from RGB is 248 - color contains mainly: red. Hex color #F85D45 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85D45 is #07A2BA. Grayscale: #888888. Windows color (decimal): -500411 or 4546040. OLE color: 4546040.

HSL color Cylindrical-coordinate representation of color #F85D45: hue angle of 8.04º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F85D45 is Cyan = 0, Magento = 0.62, Yellow = 0.72 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 93 69 -
CMYK 0 0.62 0.72 0.03
HSL 8.04º 0.93% 0.62% -
HSV(B) 8.04º 0.72% 0.97% -
XYZ 43.7 28.21 8.77 -
YUV 136.61 89.85 207.45 -
System Red Green Blue C M Y K H S L
Decimal 248 93 69 0 0.62 0.72 0.03 8.04 0.93 0.62
Hex F8 5D 45 0 3E 48 3 8 5D 3E
Octal 370 135 105 0 76 110 3 10 135 76
Binary 11111000 1011101 1000101 0 111110 1001000 11 1000 1011101 111110

Color Harmonies of #F85D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85D45

Black with #F85D45

Text Example


Text Example

White with #F85D45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85D45; }

 p { color: rgb(248,93,69); }

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

background-color css

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

 a { background-color: rgb(248,93,69); }

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

border-color css

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

 span { border-color: rgb(248,93,69); }

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