Html Css Color HEX #F58755 Crusta

📋 copy color: '#F58755'

red 245 ◦ green 135 ◦ blue 85

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

Shades of Crusta #F58755

Tints of Crusta #F58755

RGB

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

 GREEN value IS 135 (53.13% from 255) = 29.03%

 BLUE value IS 85 (33.59% from 255) = 18.28%

R = 52.69%
G = 29.03%
B = 18.28%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.65

 K value IS 0.04

RGB Variations

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

Color information

#F58755 (or 0xF58755) is known color: Crusta. HEX triplet: F5, 87 and 55. RGB value is (245,135,85). Sum of RGB (Red+Green+Blue) = 245+135+85=465 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.69% from 465); Green value is 135 (53.12% from 255 or 29.03% from 465); Blue value is 85 (33.59% from 255 or 18.28% from 465); Max value from RGB is 245 - color contains mainly: red. Hex color #F58755 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58755 is #0A78AA. Grayscale: #A2A2A2. Windows color (decimal): -686251 or 5605365. OLE color: 5605365.

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

Color convert

RGB 245 135 85 -
CMYK 0 0.45 0.65 0.04
HSL 18.75º 0.89% 0.65% -
HSV(B) 18.75º 0.65% 0.96% -
XYZ 47.96 37.4 13.28 -
YUV 162.19 84.44 187.07 -
System Red Green Blue C M Y K H S L
Decimal 245 135 85 0 0.45 0.65 0.04 18.75 0.89 0.65
Hex F5 87 55 0 2D 41 4 13 59 41
Octal 365 207 125 0 55 101 4 23 131 101
Binary 11110101 10000111 1010101 0 101101 1000001 100 10011 1011001 1000001

Color Harmonies of #F58755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58755

Black with #F58755

Text Example


Text Example

White with #F58755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58755; }

 p { color: rgb(245,135,85); }

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

background-color css

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

 a { background-color: rgb(245,135,85); }

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

border-color css

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

 span { border-color: rgb(245,135,85); }

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