Html Css Color HEX #F08160 Crusta

📋 copy color: '#F08160'

red 240 ◦ green 129 ◦ blue 96

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

Shades of Crusta #F08160

Tints of Crusta #F08160

RGB

 RED value IS 240 (94.14% from 255) = 51.61%

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

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

R = 51.61%
G = 27.74%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.6

 K value IS 0.06

RGB Variations

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

Color information

#F08160 (or 0xF08160) is known color: Crusta. HEX triplet: F0, 81 and 60. RGB value is (240,129,96). Sum of RGB (Red+Green+Blue) = 240+129+96=465 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.61% from 465); Green value is 129 (50.78% from 255 or 27.74% from 465); Blue value is 96 (37.89% from 255 or 20.65% from 465); Max value from RGB is 240 - color contains mainly: red. Hex color #F08160 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08160 is #0F7E9F. Grayscale: #9E9E9E. Windows color (decimal): -1015456 or 6324720. OLE color: 6324720.

HSL color Cylindrical-coordinate representation of color #F08160: hue angle of 13.75º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F08160 is Cyan = 0, Magento = 0.46, Yellow = 0.6 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 129 96 -
CMYK 0 0.46 0.6 0.06
HSL 13.75º 0.83% 0.66% -
HSV(B) 13.75º 0.6% 0.94% -
XYZ 45.9 35.07 15.42 -
YUV 158.43 92.77 186.18 -
System Red Green Blue C M Y K H S L
Decimal 240 129 96 0 0.46 0.6 0.06 13.75 0.83 0.66
Hex F0 81 60 0 2E 3C 6 E 53 42
Octal 360 201 140 0 56 74 6 16 123 102
Binary 11110000 10000001 1100000 0 101110 111100 110 1110 1010011 1000010

Color Harmonies of #F08160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08160

Black with #F08160

Text Example


Text Example

White with #F08160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08160; }

 p { color: rgb(240,129,96); }

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

background-color css

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

 a { background-color: rgb(240,129,96); }

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

border-color css

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

 span { border-color: rgb(240,129,96); }

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