Html Css Color HEX #F68864 Crusta

📋 copy color: '#F68864'

red 246 ◦ green 136 ◦ blue 100

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

Shades of Crusta #F68864

Tints of Crusta #F68864

RGB

 RED value IS 246 (96.48% from 255) = 51.04%

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

 BLUE value IS 100 (39.45% from 255) = 20.75%

R = 51.04%
G = 28.22%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#F68864 (or 0xF68864) is known color: Crusta. HEX triplet: F6, 88 and 64. RGB value is (246,136,100). Sum of RGB (Red+Green+Blue) = 246+136+100=482 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.04% from 482); Green value is 136 (53.52% from 255 or 28.22% from 482); Blue value is 100 (39.45% from 255 or 20.75% from 482); Max value from RGB is 246 - color contains mainly: red. Hex color #F68864 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68864 is #09779B. Grayscale: #A5A5A5. Windows color (decimal): -620444 or 6588662. OLE color: 6588662.

HSL color Cylindrical-coordinate representation of color #F68864: hue angle of 14.79º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F68864 is Cyan = 0, Magento = 0.45, Yellow = 0.59 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 136 100 -
CMYK 0 0.45 0.59 0.04
HSL 14.79º 0.89% 0.68% -
HSV(B) 14.79º 0.59% 0.96% -
XYZ 49.11 38.12 16.83 -
YUV 164.79 91.44 185.93 -
System Red Green Blue C M Y K H S L
Decimal 246 136 100 0 0.45 0.59 0.04 14.79 0.89 0.68
Hex F6 88 64 0 2D 3B 4 F 59 44
Octal 366 210 144 0 55 73 4 17 131 104
Binary 11110110 10001000 1100100 0 101101 111011 100 1111 1011001 1000100

Color Harmonies of #F68864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68864

Black with #F68864

Text Example


Text Example

White with #F68864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68864; }

 p { color: rgb(246,136,100); }

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

background-color css

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

 a { background-color: rgb(246,136,100); }

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

border-color css

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

 span { border-color: rgb(246,136,100); }

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