Html Css Color HEX #F18260 Crusta

📋 copy color: '#F18260'

red 241 ◦ green 130 ◦ blue 96

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

Shades of Crusta #F18260

Tints of Crusta #F18260

RGB

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

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

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

R = 51.61%
G = 27.84%
B = 20.56%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#F18260 (or 0xF18260) is known color: Crusta. HEX triplet: F1, 82 and 60. RGB value is (241,130,96). Sum of RGB (Red+Green+Blue) = 241+130+96=467 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.61% from 467); Green value is 130 (51.17% from 255 or 27.84% from 467); Blue value is 96 (37.89% from 255 or 20.56% from 467); Max value from RGB is 241 - color contains mainly: red. Hex color #F18260 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18260 is #0E7D9F. Grayscale: #9F9F9F. Windows color (decimal): -949664 or 6324977. OLE color: 6324977.

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

Color convert

RGB 241 130 96 -
CMYK 0 0.46 0.60 0.05
HSL 14.07º 0.84% 0.66% -
HSV(B) 14.07º 0.6% 0.95% -
XYZ 46.37 35.51 15.48 -
YUV 159.31 92.27 186.26 -
System Red Green Blue C M Y K H S L
Decimal 241 130 96 0 0.46 0.60 0.05 14.07 0.84 0.66
Hex F1 82 60 0 2E 3C 5 E 54 42
Octal 361 202 140 0 56 74 5 16 124 102
Binary 11110001 10000010 1100000 0 101110 111100 101 1110 1010100 1000010

Color Harmonies of #F18260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18260

Black with #F18260

Text Example


Text Example

White with #F18260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18260; }

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

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

background-color css

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

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

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

border-color css

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

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

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