Html Css Color HEX #F5805C Crusta

📋 copy color: '#F5805C'

red 245 ◦ green 128 ◦ blue 92

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

Shades of Crusta #F5805C

Tints of Crusta #F5805C

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.53%

 BLUE value IS 92 (36.33% from 255) = 19.78%

R = 52.69%
G = 27.53%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.62

 K value IS 0.04

RGB Variations

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

Color information

#F5805C (or 0xF5805C) is known color: Crusta. HEX triplet: F5, 80 and 5C. RGB value is (245,128,92). Sum of RGB (Red+Green+Blue) = 245+128+92=465 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.69% from 465); Green value is 128 (50.39% from 255 or 27.53% from 465); Blue value is 92 (36.33% from 255 or 19.78% from 465); Max value from RGB is 245 - color contains mainly: red. Hex color #F5805C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5805C is #0A7FA3. Grayscale: #9F9F9F. Windows color (decimal): -688036 or 6062325. OLE color: 6062325.

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

Color convert

RGB 245 128 92 -
CMYK 0 0.48 0.62 0.04
HSL 14.12º 0.88% 0.66% -
HSV(B) 14.12º 0.62% 0.96% -
XYZ 47.31 35.62 14.51 -
YUV 158.88 90.26 189.43 -
System Red Green Blue C M Y K H S L
Decimal 245 128 92 0 0.48 0.62 0.04 14.12 0.88 0.66
Hex F5 80 5C 0 30 3E 4 E 58 42
Octal 365 200 134 0 60 76 4 16 130 102
Binary 11110101 10000000 1011100 0 110000 111110 100 1110 1011000 1000010

Color Harmonies of #F5805C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5805C

Black with #F5805C

Text Example


Text Example

White with #F5805C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5805C; }

 p { color: rgb(245,128,92); }

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

background-color css

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

 a { background-color: rgb(245,128,92); }

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

border-color css

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

 span { border-color: rgb(245,128,92); }

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