Html Css Color HEX #F68256 Crusta

📋 copy color: '#F68256'

red 246 ◦ green 130 ◦ blue 86

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

Shades of Crusta #F68256

Tints of Crusta #F68256

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 18.61%

R = 53.25%
G = 28.14%
B = 18.61%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.65

 K value IS 0.04

RGB Variations

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

Color information

#F68256 (or 0xF68256) is known color: Crusta. HEX triplet: F6, 82 and 56. RGB value is (246,130,86). Sum of RGB (Red+Green+Blue) = 246+130+86=462 (61% of max value = 765). Red value is 246 (96.48% from 255 or 53.25% from 462); Green value is 130 (51.17% from 255 or 28.14% from 462); Blue value is 86 (33.98% from 255 or 18.61% from 462); Max value from RGB is 246 - color contains mainly: red. Hex color #F68256 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68256 is #097DA9. Grayscale: #9F9F9F. Windows color (decimal): -621994 or 5669622. OLE color: 5669622.

HSL color Cylindrical-coordinate representation of color #F68256: hue angle of 16.5º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F68256 is Cyan = 0, Magento = 0.47, Yellow = 0.65 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 130 86 -
CMYK 0 0.47 0.65 0.04
HSL 16.5º 0.9% 0.65% -
HSV(B) 16.5º 0.65% 0.96% -
XYZ 47.67 36.23 13.28 -
YUV 159.67 86.43 189.58 -
System Red Green Blue C M Y K H S L
Decimal 246 130 86 0 0.47 0.65 0.04 16.5 0.9 0.65
Hex F6 82 56 0 2F 41 4 10 5A 41
Octal 366 202 126 0 57 101 4 20 132 101
Binary 11110110 10000010 1010110 0 101111 1000001 100 10000 1011010 1000001

Color Harmonies of #F68256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68256

Black with #F68256

Text Example


Text Example

White with #F68256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68256; }

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

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

background-color css

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

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

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

border-color css

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

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

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