Html Css Color HEX #F58C58 Crusta

📋 copy color: '#F58C58'

red 245 ◦ green 140 ◦ blue 88

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

Shades of Crusta #F58C58

Tints of Crusta #F58C58

RGB

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

 GREEN value IS 140 (55.08% from 255) = 29.6%

 BLUE value IS 88 (34.77% from 255) = 18.6%

R = 51.8%
G = 29.6%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.64

 K value IS 0.04

RGB Variations

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

Color information

#F58C58 (or 0xF58C58) is known color: Crusta. HEX triplet: F5, 8C and 58. RGB value is (245,140,88). Sum of RGB (Red+Green+Blue) = 245+140+88=473 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.80% from 473); Green value is 140 (55.08% from 255 or 29.60% from 473); Blue value is 88 (34.77% from 255 or 18.60% from 473); Max value from RGB is 245 - color contains mainly: red. Hex color #F58C58 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58C58 is #0A73A7. Grayscale: #A5A5A5. Windows color (decimal): -684968 or 5803253. OLE color: 5803253.

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

Color convert

RGB 245 140 88 -
CMYK 0 0.43 0.64 0.04
HSL 19.87º 0.89% 0.65% -
HSV(B) 19.87º 0.64% 0.96% -
XYZ 48.8 38.87 14.16 -
YUV 165.47 84.29 184.73 -
System Red Green Blue C M Y K H S L
Decimal 245 140 88 0 0.43 0.64 0.04 19.87 0.89 0.65
Hex F5 8C 58 0 2B 40 4 14 59 41
Octal 365 214 130 0 53 100 4 24 131 101
Binary 11110101 10001100 1011000 0 101011 1000000 100 10100 1011001 1000001

Color Harmonies of #F58C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58C58

Black with #F58C58

Text Example


Text Example

White with #F58C58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58C58; }

 p { color: rgb(245,140,88); }

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

background-color css

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

 a { background-color: rgb(245,140,88); }

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

border-color css

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

 span { border-color: rgb(245,140,88); }

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