Html Css Color HEX #F18F5B Crusta

📋 copy color: '#F18F5B'

red 241 ◦ green 143 ◦ blue 91

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

Shades of Crusta #F18F5B

Tints of Crusta #F18F5B

RGB

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

 GREEN value IS 143 (56.25% from 255) = 30.11%

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

R = 50.74%
G = 30.11%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#F18F5B (or 0xF18F5B) is known color: Crusta. HEX triplet: F1, 8F and 5B. RGB value is (241,143,91). Sum of RGB (Red+Green+Blue) = 241+143+91=475 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.74% from 475); Green value is 143 (56.25% from 255 or 30.11% from 475); Blue value is 91 (35.94% from 255 or 19.16% from 475); Max value from RGB is 241 - color contains mainly: red. Hex color #F18F5B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18F5B is #0E70A4. Grayscale: #A6A6A6. Windows color (decimal): -946341 or 6000625. OLE color: 6000625.

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

Color convert

RGB 241 143 91 -
CMYK 0 0.41 0.62 0.05
HSL 20.8º 0.84% 0.65% -
HSV(B) 20.8º 0.62% 0.95% -
XYZ 47.99 39.1 14.92 -
YUV 166.37 85.47 181.23 -
System Red Green Blue C M Y K H S L
Decimal 241 143 91 0 0.41 0.62 0.05 20.8 0.84 0.65
Hex F1 8F 5B 0 29 3E 5 15 54 41
Octal 361 217 133 0 51 76 5 25 124 101
Binary 11110001 10001111 1011011 0 101001 111110 101 10101 1010100 1000001

Color Harmonies of #F18F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18F5B

Black with #F18F5B

Text Example


Text Example

White with #F18F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18F5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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