Html Css Color HEX #F1935B Crusta

📋 copy color: '#F1935B'

red 241 ◦ green 147 ◦ blue 91

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

Shades of Crusta #F1935B

Tints of Crusta #F1935B

RGB

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

 GREEN value IS 147 (57.81% from 255) = 30.69%

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

R = 50.31%
G = 30.69%
B = 19%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#F1935B (or 0xF1935B) is known color: Crusta. HEX triplet: F1, 93 and 5B. RGB value is (241,147,91). Sum of RGB (Red+Green+Blue) = 241+147+91=479 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.31% from 479); Green value is 147 (57.81% from 255 or 30.69% from 479); Blue value is 91 (35.94% from 255 or 19.00% from 479); Max value from RGB is 241 - color contains mainly: red. Hex color #F1935B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1935B is #0E6CA4. Grayscale: #A9A9A9. Windows color (decimal): -945317 or 6001649. OLE color: 6001649.

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

Color convert

RGB 241 147 91 -
CMYK 0 0.39 0.62 0.05
HSL 22.4º 0.84% 0.65% -
HSV(B) 22.4º 0.62% 0.95% -
XYZ 48.6 40.32 15.12 -
YUV 168.72 84.14 179.55 -
System Red Green Blue C M Y K H S L
Decimal 241 147 91 0 0.39 0.62 0.05 22.4 0.84 0.65
Hex F1 93 5B 0 27 3E 5 16 54 41
Octal 361 223 133 0 47 76 5 26 124 101
Binary 11110001 10010011 1011011 0 100111 111110 101 10110 1010100 1000001

Color Harmonies of #F1935B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1935B

Black with #F1935B

Text Example


Text Example

White with #F1935B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1935B; }

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

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

background-color css

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

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

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

border-color css

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

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

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