Html Css Color HEX #F85C41 Tomato

📋 copy color: '#F85C41'

red 248 ◦ green 92 ◦ blue 65

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

Shades of Tomato #F85C41

Tints of Tomato #F85C41

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.72%

 BLUE value IS 65 (25.78% from 255) = 16.05%

R = 61.23%
G = 22.72%
B = 16.05%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.74

 K value IS 0.03

RGB Variations

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

Color information

#F85C41 (or 0xF85C41) is known color: Tomato. HEX triplet: F8, 5C and 41. RGB value is (248,92,65). Sum of RGB (Red+Green+Blue) = 248+92+65=405 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.23% from 405); Green value is 92 (36.33% from 255 or 22.72% from 405); Blue value is 65 (25.78% from 255 or 16.05% from 405); Max value from RGB is 248 - color contains mainly: red. Hex color #F85C41 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85C41 is #07A3BE. Grayscale: #878787. Windows color (decimal): -500671 or 4283640. OLE color: 4283640.

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

Color convert

RGB 248 92 65 -
CMYK 0 0.63 0.74 0.03
HSL 8.85º 0.93% 0.61% -
HSV(B) 8.85º 0.74% 0.97% -
XYZ 43.49 27.99 8.11 -
YUV 135.57 88.18 208.2 -
System Red Green Blue C M Y K H S L
Decimal 248 92 65 0 0.63 0.74 0.03 8.85 0.93 0.61
Hex F8 5C 41 0 3F 4A 3 9 5D 3D
Octal 370 134 101 0 77 112 3 11 135 75
Binary 11111000 1011100 1000001 0 111111 1001010 11 1001 1011101 111101

Color Harmonies of #F85C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85C41

Black with #F85C41

Text Example


Text Example

White with #F85C41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85C41; }

 p { color: rgb(248,92,65); }

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

background-color css

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

 a { background-color: rgb(248,92,65); }

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

border-color css

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

 span { border-color: rgb(248,92,65); }

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