Html Css Color HEX #F58157 Crusta

📋 copy color: '#F58157'

red 245 ◦ green 129 ◦ blue 87

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

Shades of Crusta #F58157

Tints of Crusta #F58157

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.98%

 BLUE value IS 87 (34.38% from 255) = 18.87%

R = 53.15%
G = 27.98%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.64

 K value IS 0.04

RGB Variations

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

Color information

#F58157 (or 0xF58157) is known color: Crusta. HEX triplet: F5, 81 and 57. RGB value is (245,129,87). Sum of RGB (Red+Green+Blue) = 245+129+87=461 (61% of max value = 765). Red value is 245 (96.09% from 255 or 53.15% from 461); Green value is 129 (50.78% from 255 or 27.98% from 461); Blue value is 87 (34.38% from 255 or 18.87% from 461); Max value from RGB is 245 - color contains mainly: red. Hex color #F58157 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58157 is #0A7EA8. Grayscale: #9F9F9F. Windows color (decimal): -687785 or 5734901. OLE color: 5734901.

HSL color Cylindrical-coordinate representation of color #F58157: hue angle of 15.95º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F58157 is Cyan = 0, Magento = 0.47, Yellow = 0.64 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 129 87 -
CMYK 0 0.47 0.64 0.04
HSL 15.95º 0.89% 0.65% -
HSV(B) 15.95º 0.64% 0.96% -
XYZ 47.23 35.8 13.44 -
YUV 158.9 87.43 189.42 -
System Red Green Blue C M Y K H S L
Decimal 245 129 87 0 0.47 0.64 0.04 15.95 0.89 0.65
Hex F5 81 57 0 2F 40 4 10 59 41
Octal 365 201 127 0 57 100 4 20 131 101
Binary 11110101 10000001 1010111 0 101111 1000000 100 10000 1011001 1000001

Color Harmonies of #F58157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58157

Black with #F58157

Text Example


Text Example

White with #F58157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58157; }

 p { color: rgb(245,129,87); }

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

background-color css

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

 a { background-color: rgb(245,129,87); }

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

border-color css

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

 span { border-color: rgb(245,129,87); }

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