Html Css Color HEX #F08062 Crusta

📋 copy color: '#F08062'

red 240 ◦ green 128 ◦ blue 98

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

Shades of Crusta #F08062

Tints of Crusta #F08062

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.47%

 BLUE value IS 98 (38.67% from 255) = 21.03%

R = 51.5%
G = 27.47%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#F08062 (or 0xF08062) is known color: Crusta. HEX triplet: F0, 80 and 62. RGB value is (240,128,98). Sum of RGB (Red+Green+Blue) = 240+128+98=466 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.50% from 466); Green value is 128 (50.39% from 255 or 27.47% from 466); Blue value is 98 (38.67% from 255 or 21.03% from 466); Max value from RGB is 240 - color contains mainly: red. Hex color #F08062 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08062 is #0F7F9D. Grayscale: #9E9E9E. Windows color (decimal): -1015710 or 6455536. OLE color: 6455536.

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

Color convert

RGB 240 128 98 -
CMYK 0 0.47 0.59 0.06
HSL 12.68º 0.83% 0.66% -
HSV(B) 12.68º 0.59% 0.94% -
XYZ 45.86 34.85 15.86 -
YUV 158.07 94.11 186.44 -
System Red Green Blue C M Y K H S L
Decimal 240 128 98 0 0.47 0.59 0.06 12.68 0.83 0.66
Hex F0 80 62 0 2F 3B 6 D 53 42
Octal 360 200 142 0 57 73 6 15 123 102
Binary 11110000 10000000 1100010 0 101111 111011 110 1101 1010011 1000010

Color Harmonies of #F08062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08062

Black with #F08062

Text Example


Text Example

White with #F08062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08062; }

 p { color: rgb(240,128,98); }

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

background-color css

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

 a { background-color: rgb(240,128,98); }

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

border-color css

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

 span { border-color: rgb(240,128,98); }

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