Html Css Color HEX #F1915C Crusta

📋 copy color: '#F1915C'

red 241 ◦ green 145 ◦ blue 92

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

Shades of Crusta #F1915C

Tints of Crusta #F1915C

RGB

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

 GREEN value IS 145 (57.03% from 255) = 30.33%

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

R = 50.42%
G = 30.33%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#F1915C (or 0xF1915C) is known color: Crusta. HEX triplet: F1, 91 and 5C. RGB value is (241,145,92). Sum of RGB (Red+Green+Blue) = 241+145+92=478 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.42% from 478); Green value is 145 (57.03% from 255 or 30.33% from 478); Blue value is 92 (36.33% from 255 or 19.25% from 478); Max value from RGB is 241 - color contains mainly: red. Hex color #F1915C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1915C is #0E6EA3. Grayscale: #A7A7A7. Windows color (decimal): -945828 or 6066673. OLE color: 6066673.

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

Color convert

RGB 241 145 92 -
CMYK 0 0.40 0.62 0.05
HSL 21.34º 0.84% 0.65% -
HSV(B) 21.34º 0.62% 0.95% -
XYZ 48.33 39.72 15.25 -
YUV 167.66 85.3 180.31 -
System Red Green Blue C M Y K H S L
Decimal 241 145 92 0 0.40 0.62 0.05 21.34 0.84 0.65
Hex F1 91 5C 0 28 3E 5 15 54 41
Octal 361 221 134 0 50 76 5 25 124 101
Binary 11110001 10010001 1011100 0 101000 111110 101 10101 1010100 1000001

Color Harmonies of #F1915C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1915C

Black with #F1915C

Text Example


Text Example

White with #F1915C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1915C; }

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

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

background-color css

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

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

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

border-color css

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

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

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