Html Css Color HEX #F68260 Crusta

📋 copy color: '#F68260'

red 246 ◦ green 130 ◦ blue 96

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

Shades of Crusta #F68260

Tints of Crusta #F68260

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.54%

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

R = 52.12%
G = 27.54%
B = 20.34%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.61

 K value IS 0.04

RGB Variations

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

Color information

#F68260 (or 0xF68260) is known color: Crusta. HEX triplet: F6, 82 and 60. RGB value is (246,130,96). Sum of RGB (Red+Green+Blue) = 246+130+96=472 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.12% from 472); Green value is 130 (51.17% from 255 or 27.54% from 472); Blue value is 96 (37.89% from 255 or 20.34% from 472); Max value from RGB is 246 - color contains mainly: red. Hex color #F68260 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68260 is #097D9F. Grayscale: #A1A1A1. Windows color (decimal): -621984 or 6324982. OLE color: 6324982.

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

Color convert

RGB 246 130 96 -
CMYK 0 0.47 0.61 0.04
HSL 13.6º 0.89% 0.67% -
HSV(B) 13.6º 0.61% 0.96% -
XYZ 48.1 36.4 15.56 -
YUV 160.81 91.43 188.76 -
System Red Green Blue C M Y K H S L
Decimal 246 130 96 0 0.47 0.61 0.04 13.6 0.89 0.67
Hex F6 82 60 0 2F 3D 4 E 59 43
Octal 366 202 140 0 57 75 4 16 131 103
Binary 11110110 10000010 1100000 0 101111 111101 100 1110 1011001 1000011

Color Harmonies of #F68260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68260

Black with #F68260

Text Example


Text Example

White with #F68260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68260; }

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

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

background-color css

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

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

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

border-color css

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

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

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