Html Css Color HEX #F58865 Crusta

📋 copy color: '#F58865'

red 245 ◦ green 136 ◦ blue 101

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

Shades of Crusta #F58865

Tints of Crusta #F58865

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 20.95%

R = 50.83%
G = 28.22%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#F58865 (or 0xF58865) is known color: Crusta. HEX triplet: F5, 88 and 65. RGB value is (245,136,101). Sum of RGB (Red+Green+Blue) = 245+136+101=482 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.83% from 482); Green value is 136 (53.52% from 255 or 28.22% from 482); Blue value is 101 (39.84% from 255 or 20.95% from 482); Max value from RGB is 245 - color contains mainly: red. Hex color #F58865 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58865 is #0A779A. Grayscale: #A4A4A4. Windows color (decimal): -685979 or 6654197. OLE color: 6654197.

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

Color convert

RGB 245 136 101 -
CMYK 0 0.44 0.59 0.04
HSL 14.58º 0.88% 0.68% -
HSV(B) 14.58º 0.59% 0.96% -
XYZ 48.81 37.96 17.07 -
YUV 164.6 92.11 185.35 -
System Red Green Blue C M Y K H S L
Decimal 245 136 101 0 0.44 0.59 0.04 14.58 0.88 0.68
Hex F5 88 65 0 2C 3B 4 F 58 44
Octal 365 210 145 0 54 73 4 17 130 104
Binary 11110101 10001000 1100101 0 101100 111011 100 1111 1011000 1000100

Color Harmonies of #F58865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58865

Black with #F58865

Text Example


Text Example

White with #F58865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58865; }

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

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

background-color css

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

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

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

border-color css

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

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

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