Html Css Color HEX #F08866 Crusta

📋 copy color: '#F08866'

red 240 ◦ green 136 ◦ blue 102

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

Shades of Crusta #F08866

Tints of Crusta #F08866

RGB

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

 GREEN value IS 136 (53.52% from 255) = 28.45%

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

R = 50.21%
G = 28.45%
B = 21.34%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#F08866 (or 0xF08866) is known color: Crusta. HEX triplet: F0, 88 and 66. RGB value is (240,136,102). Sum of RGB (Red+Green+Blue) = 240+136+102=478 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.21% from 478); Green value is 136 (53.52% from 255 or 28.45% from 478); Blue value is 102 (40.23% from 255 or 21.34% from 478); Max value from RGB is 240 - color contains mainly: red. Hex color #F08866 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08866 is #0F7799. Grayscale: #A3A3A3. Windows color (decimal): -1013658 or 6719728. OLE color: 6719728.

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

Color convert

RGB 240 136 102 -
CMYK 0 0.43 0.58 0.06
HSL 14.78º 0.82% 0.67% -
HSV(B) 14.78º 0.58% 0.94% -
XYZ 47.14 37.09 17.25 -
YUV 163.22 93.46 182.76 -
System Red Green Blue C M Y K H S L
Decimal 240 136 102 0 0.43 0.58 0.06 14.78 0.82 0.67
Hex F0 88 66 0 2B 3A 6 F 52 43
Octal 360 210 146 0 53 72 6 17 122 103
Binary 11110000 10001000 1100110 0 101011 111010 110 1111 1010010 1000011

Color Harmonies of #F08866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08866

Black with #F08866

Text Example


Text Example

White with #F08866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08866; }

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

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

background-color css

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

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

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

border-color css

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

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

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