Html Css Color HEX #F58960 Crusta

📋 copy color: '#F58960'

red 245 ◦ green 137 ◦ blue 96

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

Shades of Crusta #F58960

Tints of Crusta #F58960

RGB

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

 GREEN value IS 137 (53.91% from 255) = 28.66%

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

R = 51.26%
G = 28.66%
B = 20.08%

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

#F58960 (or 0xF58960) is known color: Crusta. HEX triplet: F5, 89 and 60. RGB value is (245,137,96). Sum of RGB (Red+Green+Blue) = 245+137+96=478 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.26% from 478); Green value is 137 (53.91% from 255 or 28.66% from 478); Blue value is 96 (37.89% from 255 or 20.08% from 478); Max value from RGB is 245 - color contains mainly: red. Hex color #F58960 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58960 is #0A769F. Grayscale: #A4A4A4. Windows color (decimal): -685728 or 6326773. OLE color: 6326773.

HSL color Cylindrical-coordinate representation of color #F58960: hue angle of 16.51º 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 #F58960 is Cyan = 0, Magento = 0.44, Yellow = 0.61 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 137 96 -
CMYK 0 0.44 0.61 0.04
HSL 16.51º 0.88% 0.67% -
HSV(B) 16.51º 0.61% 0.96% -
XYZ 48.71 38.15 15.86 -
YUV 164.62 89.28 185.33 -
System Red Green Blue C M Y K H S L
Decimal 245 137 96 0 0.44 0.61 0.04 16.51 0.88 0.67
Hex F5 89 60 0 2C 3D 4 11 58 43
Octal 365 211 140 0 54 75 4 21 130 103
Binary 11110101 10001001 1100000 0 101100 111101 100 10001 1011000 1000011

Color Harmonies of #F58960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58960

Black with #F58960

Text Example


Text Example

White with #F58960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58960; }

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

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

background-color css

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

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

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

border-color css

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

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

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