Html Css Color HEX #F68660 Crusta

📋 copy color: '#F68660'

red 246 ◦ green 134 ◦ blue 96

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

Shades of Crusta #F68660

Tints of Crusta #F68660

RGB

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

 GREEN value IS 134 (52.73% from 255) = 28.15%

 BLUE value IS 96 (37.89% from 255) = 20.17%

R = 51.68%
G = 28.15%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.61

 K value IS 0.04

RGB Variations

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

Color information

#F68660 (or 0xF68660) is known color: Crusta. HEX triplet: F6, 86 and 60. RGB value is (246,134,96). Sum of RGB (Red+Green+Blue) = 246+134+96=476 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.68% from 476); Green value is 134 (52.73% from 255 or 28.15% from 476); Blue value is 96 (37.89% from 255 or 20.17% from 476); Max value from RGB is 246 - color contains mainly: red. Hex color #F68660 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68660 is #09799F. Grayscale: #A3A3A3. Windows color (decimal): -620960 or 6326006. OLE color: 6326006.

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

Color convert

RGB 246 134 96 -
CMYK 0 0.46 0.61 0.04
HSL 15.2º 0.89% 0.67% -
HSV(B) 15.2º 0.61% 0.96% -
XYZ 48.64 37.49 15.74 -
YUV 163.16 90.11 187.09 -
System Red Green Blue C M Y K H S L
Decimal 246 134 96 0 0.46 0.61 0.04 15.2 0.89 0.67
Hex F6 86 60 0 2E 3D 4 F 59 43
Octal 366 206 140 0 56 75 4 17 131 103
Binary 11110110 10000110 1100000 0 101110 111101 100 1111 1011001 1000011

Color Harmonies of #F68660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68660

Black with #F68660

Text Example


Text Example

White with #F68660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68660; }

 p { color: rgb(246,134,96); }

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

background-color css

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

 a { background-color: rgb(246,134,96); }

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

border-color css

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

 span { border-color: rgb(246,134,96); }

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