Html Css Color HEX #F68964 Crusta

📋 copy color: '#F68964'

red 246 ◦ green 137 ◦ blue 100

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

Shades of Crusta #F68964

Tints of Crusta #F68964

RGB

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

 GREEN value IS 137 (53.91% from 255) = 28.36%

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

R = 50.93%
G = 28.36%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#F68964 (or 0xF68964) is known color: Crusta. HEX triplet: F6, 89 and 64. RGB value is (246,137,100). Sum of RGB (Red+Green+Blue) = 246+137+100=483 (63% of max value = 765). Red value is 246 (96.48% from 255 or 50.93% from 483); Green value is 137 (53.91% from 255 or 28.36% from 483); Blue value is 100 (39.45% from 255 or 20.70% from 483); Max value from RGB is 246 - color contains mainly: red. Hex color #F68964 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68964 is #09769B. Grayscale: #A5A5A5. Windows color (decimal): -620188 or 6588918. OLE color: 6588918.

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

Color convert

RGB 246 137 100 -
CMYK 0 0.44 0.59 0.04
HSL 15.21º 0.89% 0.68% -
HSV(B) 15.21º 0.59% 0.96% -
XYZ 49.25 38.4 16.87 -
YUV 165.37 91.11 185.51 -
System Red Green Blue C M Y K H S L
Decimal 246 137 100 0 0.44 0.59 0.04 15.21 0.89 0.68
Hex F6 89 64 0 2C 3B 4 F 59 44
Octal 366 211 144 0 54 73 4 17 131 104
Binary 11110110 10001001 1100100 0 101100 111011 100 1111 1011001 1000100

Color Harmonies of #F68964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68964

Black with #F68964

Text Example


Text Example

White with #F68964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68964; }

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

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

background-color css

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

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

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

border-color css

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

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

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