Html Css Color HEX #F68960 Crusta

📋 copy color: '#F68960'

red 246 ◦ green 137 ◦ blue 96

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

Shades of Crusta #F68960

Tints of Crusta #F68960

RGB

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

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

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

R = 51.36%
G = 28.6%
B = 20.04%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.61

 K value IS 0.04

RGB Variations

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

Color information

#F68960 (or 0xF68960) is known color: Crusta. HEX triplet: F6, 89 and 60. RGB value is (246,137,96). Sum of RGB (Red+Green+Blue) = 246+137+96=479 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.36% from 479); Green value is 137 (53.91% from 255 or 28.60% from 479); Blue value is 96 (37.89% from 255 or 20.04% from 479); Max value from RGB is 246 - color contains mainly: red. Hex color #F68960 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68960 is #09769F. Grayscale: #A5A5A5. Windows color (decimal): -620192 or 6326774. OLE color: 6326774.

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

Color convert

RGB 246 137 96 -
CMYK 0 0.44 0.61 0.04
HSL 16.4º 0.89% 0.67% -
HSV(B) 16.4º 0.61% 0.96% -
XYZ 49.06 38.33 15.88 -
YUV 164.92 89.11 185.83 -
System Red Green Blue C M Y K H S L
Decimal 246 137 96 0 0.44 0.61 0.04 16.4 0.89 0.67
Hex F6 89 60 0 2C 3D 4 10 59 43
Octal 366 211 140 0 54 75 4 20 131 103
Binary 11110110 10001001 1100000 0 101100 111101 100 10000 1011001 1000011

Color Harmonies of #F68960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68960

Black with #F68960

Text Example


Text Example

White with #F68960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68960; }

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

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

background-color css

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

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

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

border-color css

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

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

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