Html Css Color HEX #F1805C Crusta

📋 copy color: '#F1805C'

red 241 ◦ green 128 ◦ blue 92

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

Shades of Crusta #F1805C

Tints of Crusta #F1805C

RGB

 RED value IS 241 (94.53% from 255) = 52.28%

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

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

R = 52.28%
G = 27.77%
B = 19.96%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#F1805C (or 0xF1805C) is known color: Crusta. HEX triplet: F1, 80 and 5C. RGB value is (241,128,92). Sum of RGB (Red+Green+Blue) = 241+128+92=461 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.28% from 461); Green value is 128 (50.39% from 255 or 27.77% from 461); Blue value is 92 (36.33% from 255 or 19.96% from 461); Max value from RGB is 241 - color contains mainly: red. Hex color #F1805C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1805C is #0E7FA3. Grayscale: #9D9D9D. Windows color (decimal): -950180 or 6062321. OLE color: 6062321.

HSL color Cylindrical-coordinate representation of color #F1805C: hue angle of 14.5º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F1805C is Cyan = 0, Magento = 0.47, Yellow = 0.62 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 128 92 -
CMYK 0 0.47 0.62 0.05
HSL 14.5º 0.84% 0.65% -
HSV(B) 14.5º 0.62% 0.95% -
XYZ 45.93 34.91 14.44 -
YUV 157.68 90.94 187.43 -
System Red Green Blue C M Y K H S L
Decimal 241 128 92 0 0.47 0.62 0.05 14.5 0.84 0.65
Hex F1 80 5C 0 2F 3E 5 E 54 41
Octal 361 200 134 0 57 76 5 16 124 101
Binary 11110001 10000000 1011100 0 101111 111110 101 1110 1010100 1000001

Color Harmonies of #F1805C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1805C

Black with #F1805C

Text Example


Text Example

White with #F1805C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1805C; }

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

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

background-color css

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

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

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

border-color css

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

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

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