Html Css Color HEX #F1855D Crusta

📋 copy color: '#F1855D'

red 241 ◦ green 133 ◦ blue 93

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

Shades of Crusta #F1855D

Tints of Crusta #F1855D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.48%

 BLUE value IS 93 (36.72% from 255) = 19.91%

R = 51.61%
G = 28.48%
B = 19.91%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#F1855D (or 0xF1855D) is known color: Crusta. HEX triplet: F1, 85 and 5D. RGB value is (241,133,93). Sum of RGB (Red+Green+Blue) = 241+133+93=467 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.61% from 467); Green value is 133 (52.34% from 255 or 28.48% from 467); Blue value is 93 (36.72% from 255 or 19.91% from 467); Max value from RGB is 241 - color contains mainly: red. Hex color #F1855D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1855D is #0E7AA2. Grayscale: #A0A0A0. Windows color (decimal): -948899 or 6129137. OLE color: 6129137.

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

Color convert

RGB 241 133 93 -
CMYK 0 0.45 0.61 0.05
HSL 16.22º 0.84% 0.65% -
HSV(B) 16.22º 0.61% 0.95% -
XYZ 46.64 36.27 14.9 -
YUV 160.73 89.78 185.25 -
System Red Green Blue C M Y K H S L
Decimal 241 133 93 0 0.45 0.61 0.05 16.22 0.84 0.65
Hex F1 85 5D 0 2D 3D 5 10 54 41
Octal 361 205 135 0 55 75 5 20 124 101
Binary 11110001 10000101 1011101 0 101101 111101 101 10000 1010100 1000001

Color Harmonies of #F1855D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1855D

Black with #F1855D

Text Example


Text Example

White with #F1855D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1855D; }

 p { color: rgb(241,133,93); }

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

background-color css

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

 a { background-color: rgb(241,133,93); }

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

border-color css

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

 span { border-color: rgb(241,133,93); }

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