Html Css Color HEX #F08F60 Crusta

📋 copy color: '#F08F60'

red 240 ◦ green 143 ◦ blue 96

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

Shades of Crusta #F08F60

Tints of Crusta #F08F60

RGB

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

 GREEN value IS 143 (56.25% from 255) = 29.85%

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

R = 50.1%
G = 29.85%
B = 20.04%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.6

 K value IS 0.06

RGB Variations

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

Color information

#F08F60 (or 0xF08F60) is known color: Crusta. HEX triplet: F0, 8F and 60. RGB value is (240,143,96). Sum of RGB (Red+Green+Blue) = 240+143+96=479 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.10% from 479); Green value is 143 (56.25% from 255 or 29.85% from 479); Blue value is 96 (37.89% from 255 or 20.04% from 479); Max value from RGB is 240 - color contains mainly: red. Hex color #F08F60 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08F60 is #0F709F. Grayscale: #A6A6A6. Windows color (decimal): -1011872 or 6328304. OLE color: 6328304.

HSL color Cylindrical-coordinate representation of color #F08F60: hue angle of 19.58º 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 #F08F60 is Cyan = 0, Magento = 0.40, Yellow = 0.6 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 143 96 -
CMYK 0 0.40 0.6 0.06
HSL 19.58º 0.83% 0.66% -
HSV(B) 19.58º 0.6% 0.94% -
XYZ 47.87 39.01 16.07 -
YUV 166.65 88.14 180.32 -
System Red Green Blue C M Y K H S L
Decimal 240 143 96 0 0.40 0.6 0.06 19.58 0.83 0.66
Hex F0 8F 60 0 28 3C 6 14 53 42
Octal 360 217 140 0 50 74 6 24 123 102
Binary 11110000 10001111 1100000 0 101000 111100 110 10100 1010011 1000010

Color Harmonies of #F08F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08F60

Black with #F08F60

Text Example


Text Example

White with #F08F60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08F60; }

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

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

background-color css

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

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

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

border-color css

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

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

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