Html Css Color HEX #F18259 Crusta

📋 copy color: '#F18259'

red 241 ◦ green 130 ◦ blue 89

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

Shades of Crusta #F18259

Tints of Crusta #F18259

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.26%

 BLUE value IS 89 (35.16% from 255) = 19.35%

R = 52.39%
G = 28.26%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#F18259 (or 0xF18259) is known color: Crusta. HEX triplet: F1, 82 and 59. RGB value is (241,130,89). Sum of RGB (Red+Green+Blue) = 241+130+89=460 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.39% from 460); Green value is 130 (51.17% from 255 or 28.26% from 460); Blue value is 89 (35.16% from 255 or 19.35% from 460); Max value from RGB is 241 - color contains mainly: red. Hex color #F18259 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18259 is #0E7DA6. Grayscale: #9E9E9E. Windows color (decimal): -949671 or 5866225. OLE color: 5866225.

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

Color convert

RGB 241 130 89 -
CMYK 0 0.46 0.63 0.05
HSL 16.18º 0.84% 0.65% -
HSV(B) 16.18º 0.63% 0.95% -
XYZ 46.06 35.39 13.85 -
YUV 158.52 88.77 186.83 -
System Red Green Blue C M Y K H S L
Decimal 241 130 89 0 0.46 0.63 0.05 16.18 0.84 0.65
Hex F1 82 59 0 2E 3F 5 10 54 41
Octal 361 202 131 0 56 77 5 20 124 101
Binary 11110001 10000010 1011001 0 101110 111111 101 10000 1010100 1000001

Color Harmonies of #F18259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18259

Black with #F18259

Text Example


Text Example

White with #F18259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18259; }

 p { color: rgb(241,130,89); }

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

background-color css

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

 a { background-color: rgb(241,130,89); }

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

border-color css

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

 span { border-color: rgb(241,130,89); }

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