Html Css Color HEX #F08B66 Crusta

📋 copy color: '#F08B66'

red 240 ◦ green 139 ◦ blue 102

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

Shades of Crusta #F08B66

Tints of Crusta #F08B66

RGB

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

 GREEN value IS 139 (54.69% from 255) = 28.9%

 BLUE value IS 102 (40.23% from 255) = 21.21%

R = 49.9%
G = 28.9%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#F08B66 (or 0xF08B66) is known color: Crusta. HEX triplet: F0, 8B and 66. RGB value is (240,139,102). Sum of RGB (Red+Green+Blue) = 240+139+102=481 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.90% from 481); Green value is 139 (54.69% from 255 or 28.90% from 481); Blue value is 102 (40.23% from 255 or 21.21% from 481); Max value from RGB is 240 - color contains mainly: red. Hex color #F08B66 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08B66 is #0F7499. Grayscale: #A5A5A5. Windows color (decimal): -1012890 or 6720496. OLE color: 6720496.

HSL color Cylindrical-coordinate representation of color #F08B66: hue angle of 16.09º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F08B66 is Cyan = 0, Magento = 0.42, Yellow = 0.58 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 139 102 -
CMYK 0 0.42 0.58 0.06
HSL 16.09º 0.82% 0.67% -
HSV(B) 16.09º 0.58% 0.94% -
XYZ 47.57 37.95 17.39 -
YUV 164.98 92.46 181.51 -
System Red Green Blue C M Y K H S L
Decimal 240 139 102 0 0.42 0.58 0.06 16.09 0.82 0.67
Hex F0 8B 66 0 2A 3A 6 10 52 43
Octal 360 213 146 0 52 72 6 20 122 103
Binary 11110000 10001011 1100110 0 101010 111010 110 10000 1010010 1000011

Color Harmonies of #F08B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08B66

Black with #F08B66

Text Example


Text Example

White with #F08B66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08B66; }

 p { color: rgb(240,139,102); }

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

background-color css

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

 a { background-color: rgb(240,139,102); }

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

border-color css

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

 span { border-color: rgb(240,139,102); }

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