Html Css Color HEX #F1915B Crusta

📋 copy color: '#F1915B'

red 241 ◦ green 145 ◦ blue 91

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

Shades of Crusta #F1915B

Tints of Crusta #F1915B

RGB

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

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

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

R = 50.52%
G = 30.4%
B = 19.08%

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

#F1915B (or 0xF1915B) is known color: Crusta. HEX triplet: F1, 91 and 5B. RGB value is (241,145,91). Sum of RGB (Red+Green+Blue) = 241+145+91=477 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.52% from 477); Green value is 145 (57.03% from 255 or 30.40% from 477); Blue value is 91 (35.94% from 255 or 19.08% from 477); Max value from RGB is 241 - color contains mainly: red. Hex color #F1915B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1915B is #0E6EA4. Grayscale: #A7A7A7. Windows color (decimal): -945829 or 6001137. OLE color: 6001137.

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

Color convert

RGB 241 145 91 -
CMYK 0 0.40 0.62 0.05
HSL 21.6º 0.84% 0.65% -
HSV(B) 21.6º 0.62% 0.95% -
XYZ 48.29 39.71 15.02 -
YUV 167.55 84.8 180.39 -
System Red Green Blue C M Y K H S L
Decimal 241 145 91 0 0.40 0.62 0.05 21.6 0.84 0.65
Hex F1 91 5B 0 28 3E 5 16 54 41
Octal 361 221 133 0 50 76 5 26 124 101
Binary 11110001 10010001 1011011 0 101000 111110 101 10110 1010100 1000001

Color Harmonies of #F1915B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1915B

Black with #F1915B

Text Example


Text Example

White with #F1915B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1915B; }

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

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

background-color css

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

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

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

border-color css

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

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

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