Html Css Color HEX #F1805A Crusta

📋 copy color: '#F1805A'

red 241 ◦ green 128 ◦ blue 90

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

Shades of Crusta #F1805A

Tints of Crusta #F1805A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 19.61%

R = 52.51%
G = 27.89%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#F1805A (or 0xF1805A) is known color: Crusta. HEX triplet: F1, 80 and 5A. RGB value is (241,128,90). Sum of RGB (Red+Green+Blue) = 241+128+90=459 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.51% from 459); Green value is 128 (50.39% from 255 or 27.89% from 459); Blue value is 90 (35.55% from 255 or 19.61% from 459); Max value from RGB is 241 - color contains mainly: red. Hex color #F1805A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1805A is #0E7FA5. Grayscale: #9D9D9D. Windows color (decimal): -950182 or 5931249. OLE color: 5931249.

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

Color convert

RGB 241 128 90 -
CMYK 0 0.47 0.63 0.05
HSL 15.1º 0.84% 0.65% -
HSV(B) 15.1º 0.63% 0.95% -
XYZ 45.84 34.88 13.99 -
YUV 157.46 89.94 187.59 -
System Red Green Blue C M Y K H S L
Decimal 241 128 90 0 0.47 0.63 0.05 15.1 0.84 0.65
Hex F1 80 5A 0 2F 3F 5 F 54 41
Octal 361 200 132 0 57 77 5 17 124 101
Binary 11110001 10000000 1011010 0 101111 111111 101 1111 1010100 1000001

Color Harmonies of #F1805A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1805A

Black with #F1805A

Text Example


Text Example

White with #F1805A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1805A; }

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

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

background-color css

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

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

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

border-color css

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

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

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