Html Css Color HEX #F18154 Crusta

📋 copy color: '#F18154'

red 241 ◦ green 129 ◦ blue 84

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

Shades of Crusta #F18154

Tints of Crusta #F18154

RGB

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

 GREEN value IS 129 (50.78% from 255) = 28.41%

 BLUE value IS 84 (33.2% from 255) = 18.5%

R = 53.08%
G = 28.41%
B = 18.5%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#F18154 (or 0xF18154) is known color: Crusta. HEX triplet: F1, 81 and 54. RGB value is (241,129,84). Sum of RGB (Red+Green+Blue) = 241+129+84=454 (60% of max value = 765). Red value is 241 (94.53% from 255 or 53.08% from 454); Green value is 129 (50.78% from 255 or 28.41% from 454); Blue value is 84 (33.20% from 255 or 18.50% from 454); Max value from RGB is 241 - color contains mainly: red. Hex color #F18154 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18154 is #0E7EAB. Grayscale: #9D9D9D. Windows color (decimal): -949932 or 5538289. OLE color: 5538289.

HSL color Cylindrical-coordinate representation of color #F18154: hue angle of 17.2º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F18154 is Cyan = 0, Magento = 0.46, Yellow = 0.65 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 129 84 -
CMYK 0 0.46 0.65 0.05
HSL 17.2º 0.85% 0.64% -
HSV(B) 17.2º 0.65% 0.95% -
XYZ 45.73 35.04 12.74 -
YUV 157.36 86.61 187.66 -
System Red Green Blue C M Y K H S L
Decimal 241 129 84 0 0.46 0.65 0.05 17.2 0.85 0.64
Hex F1 81 54 0 2E 41 5 11 55 40
Octal 361 201 124 0 56 101 5 21 125 100
Binary 11110001 10000001 1010100 0 101110 1000001 101 10001 1010101 1000000

Color Harmonies of #F18154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18154

Black with #F18154

Text Example


Text Example

White with #F18154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18154; }

 p { color: rgb(241,129,84); }

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

background-color css

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

 a { background-color: rgb(241,129,84); }

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

border-color css

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

 span { border-color: rgb(241,129,84); }

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