Html Css Color HEX #F18D60 Crusta

📋 copy color: '#F18D60'

red 241 ◦ green 141 ◦ blue 96

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

Shades of Crusta #F18D60

Tints of Crusta #F18D60

RGB

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

 GREEN value IS 141 (55.47% from 255) = 29.5%

 BLUE value IS 96 (37.89% from 255) = 20.08%

R = 50.42%
G = 29.5%
B = 20.08%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#F18D60 (or 0xF18D60) is known color: Crusta. HEX triplet: F1, 8D and 60. RGB value is (241,141,96). Sum of RGB (Red+Green+Blue) = 241+141+96=478 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.42% from 478); Green value is 141 (55.47% from 255 or 29.50% from 478); Blue value is 96 (37.89% from 255 or 20.08% from 478); Max value from RGB is 241 - color contains mainly: red. Hex color #F18D60 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18D60 is #0E729F. Grayscale: #A6A6A6. Windows color (decimal): -946848 or 6327793. OLE color: 6327793.

HSL color Cylindrical-coordinate representation of color #F18D60: hue angle of 18.62º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F18D60 is Cyan = 0, Magento = 0.41, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 141 96 -
CMYK 0 0.41 0.60 0.05
HSL 18.62º 0.84% 0.66% -
HSV(B) 18.62º 0.6% 0.95% -
XYZ 47.91 38.6 15.99 -
YUV 165.77 88.63 181.66 -
System Red Green Blue C M Y K H S L
Decimal 241 141 96 0 0.41 0.60 0.05 18.62 0.84 0.66
Hex F1 8D 60 0 29 3C 5 13 54 42
Octal 361 215 140 0 51 74 5 23 124 102
Binary 11110001 10001101 1100000 0 101001 111100 101 10011 1010100 1000010

Color Harmonies of #F18D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18D60

Black with #F18D60

Text Example


Text Example

White with #F18D60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18D60; }

 p { color: rgb(241,141,96); }

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

background-color css

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

 a { background-color: rgb(241,141,96); }

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

border-color css

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

 span { border-color: rgb(241,141,96); }

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