Html Css Color HEX #F1885B Crusta

📋 copy color: '#F1885B'

red 241 ◦ green 136 ◦ blue 91

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

Shades of Crusta #F1885B

Tints of Crusta #F1885B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 19.44%

R = 51.5%
G = 29.06%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#F1885B (or 0xF1885B) is known color: Crusta. HEX triplet: F1, 88 and 5B. RGB value is (241,136,91). Sum of RGB (Red+Green+Blue) = 241+136+91=468 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.50% from 468); Green value is 136 (53.52% from 255 or 29.06% from 468); Blue value is 91 (35.94% from 255 or 19.44% from 468); Max value from RGB is 241 - color contains mainly: red. Hex color #F1885B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1885B is #0E77A4. Grayscale: #A2A2A2. Windows color (decimal): -948133 or 5998833. OLE color: 5998833.

HSL color Cylindrical-coordinate representation of color #F1885B: hue angle of 18º 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 #F1885B is Cyan = 0, Magento = 0.44, Yellow = 0.62 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 136 91 -
CMYK 0 0.44 0.62 0.05
HSL 18º 0.84% 0.65% -
HSV(B) 18º 0.62% 0.95% -
XYZ 46.97 37.06 14.58 -
YUV 162.27 87.79 184.16 -
System Red Green Blue C M Y K H S L
Decimal 241 136 91 0 0.44 0.62 0.05 18 0.84 0.65
Hex F1 88 5B 0 2C 3E 5 12 54 41
Octal 361 210 133 0 54 76 5 22 124 101
Binary 11110001 10001000 1011011 0 101100 111110 101 10010 1010100 1000001

Color Harmonies of #F1885B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1885B

Black with #F1885B

Text Example


Text Example

White with #F1885B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1885B; }

 p { color: rgb(241,136,91); }

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

background-color css

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

 a { background-color: rgb(241,136,91); }

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

border-color css

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

 span { border-color: rgb(241,136,91); }

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