Html Css Color HEX #F08162 Crusta

📋 copy color: '#F08162'

red 240 ◦ green 129 ◦ blue 98

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

Shades of Crusta #F08162

Tints of Crusta #F08162

RGB

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

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

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

R = 51.39%
G = 27.62%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#F08162 (or 0xF08162) is known color: Crusta. HEX triplet: F0, 81 and 62. RGB value is (240,129,98). Sum of RGB (Red+Green+Blue) = 240+129+98=467 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.39% from 467); Green value is 129 (50.78% from 255 or 27.62% from 467); Blue value is 98 (38.67% from 255 or 20.99% from 467); Max value from RGB is 240 - color contains mainly: red. Hex color #F08162 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08162 is #0F7E9D. Grayscale: #9E9E9E. Windows color (decimal): -1015454 or 6455792. OLE color: 6455792.

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

Color convert

RGB 240 129 98 -
CMYK 0 0.46 0.59 0.06
HSL 13.1º 0.83% 0.66% -
HSV(B) 13.1º 0.59% 0.94% -
XYZ 45.99 35.11 15.91 -
YUV 158.66 93.77 186.02 -
System Red Green Blue C M Y K H S L
Decimal 240 129 98 0 0.46 0.59 0.06 13.1 0.83 0.66
Hex F0 81 62 0 2E 3B 6 D 53 42
Octal 360 201 142 0 56 73 6 15 123 102
Binary 11110000 10000001 1100010 0 101110 111011 110 1101 1010011 1000010

Color Harmonies of #F08162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08162

Black with #F08162

Text Example


Text Example

White with #F08162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08162; }

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

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

background-color css

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

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

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

border-color css

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

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

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