Html Css Color HEX #F18C5B Crusta

📋 copy color: '#F18C5B'

red 241 ◦ green 140 ◦ blue 91

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

Shades of Crusta #F18C5B

Tints of Crusta #F18C5B

RGB

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

 GREEN value IS 140 (55.08% from 255) = 29.66%

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

R = 51.06%
G = 29.66%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#F18C5B (or 0xF18C5B) is known color: Crusta. HEX triplet: F1, 8C and 5B. RGB value is (241,140,91). Sum of RGB (Red+Green+Blue) = 241+140+91=472 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.06% from 472); Green value is 140 (55.08% from 255 or 29.66% from 472); Blue value is 91 (35.94% from 255 or 19.28% from 472); Max value from RGB is 241 - color contains mainly: red. Hex color #F18C5B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18C5B is #0E73A4. Grayscale: #A4A4A4. Windows color (decimal): -947109 or 5999857. OLE color: 5999857.

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

Color convert

RGB 241 140 91 -
CMYK 0 0.42 0.62 0.05
HSL 19.6º 0.84% 0.65% -
HSV(B) 19.6º 0.62% 0.95% -
XYZ 47.54 38.21 14.77 -
YUV 164.61 86.46 182.48 -
System Red Green Blue C M Y K H S L
Decimal 241 140 91 0 0.42 0.62 0.05 19.6 0.84 0.65
Hex F1 8C 5B 0 2A 3E 5 14 54 41
Octal 361 214 133 0 52 76 5 24 124 101
Binary 11110001 10001100 1011011 0 101010 111110 101 10100 1010100 1000001

Color Harmonies of #F18C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18C5B

Black with #F18C5B

Text Example


Text Example

White with #F18C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18C5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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