Html Css Color HEX #F58860 Crusta

📋 copy color: '#F58860'

red 245 ◦ green 136 ◦ blue 96

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

Shades of Crusta #F58860

Tints of Crusta #F58860

RGB

 RED value IS 245 (96.09% from 255) = 51.36%

 GREEN value IS 136 (53.52% from 255) = 28.51%

 BLUE value IS 96 (37.89% from 255) = 20.13%

R = 51.36%
G = 28.51%
B = 20.13%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.61

 K value IS 0.04

RGB Variations

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

Color information

#F58860 (or 0xF58860) is known color: Crusta. HEX triplet: F5, 88 and 60. RGB value is (245,136,96). Sum of RGB (Red+Green+Blue) = 245+136+96=477 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.36% from 477); Green value is 136 (53.52% from 255 or 28.51% from 477); Blue value is 96 (37.89% from 255 or 20.13% from 477); Max value from RGB is 245 - color contains mainly: red. Hex color #F58860 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58860 is #0A779F. Grayscale: #A4A4A4. Windows color (decimal): -685984 or 6326517. OLE color: 6326517.

HSL color Cylindrical-coordinate representation of color #F58860: hue angle of 16.11º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F58860 is Cyan = 0, Magento = 0.44, Yellow = 0.61 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 136 96 -
CMYK 0 0.44 0.61 0.04
HSL 16.11º 0.88% 0.67% -
HSV(B) 16.11º 0.61% 0.96% -
XYZ 48.57 37.87 15.82 -
YUV 164.03 89.61 185.75 -
System Red Green Blue C M Y K H S L
Decimal 245 136 96 0 0.44 0.61 0.04 16.11 0.88 0.67
Hex F5 88 60 0 2C 3D 4 10 58 43
Octal 365 210 140 0 54 75 4 20 130 103
Binary 11110101 10001000 1100000 0 101100 111101 100 10000 1011000 1000011

Color Harmonies of #F58860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58860

Black with #F58860

Text Example


Text Example

White with #F58860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58860; }

 p { color: rgb(245,136,96); }

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

background-color css

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

 a { background-color: rgb(245,136,96); }

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

border-color css

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

 span { border-color: rgb(245,136,96); }

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