Html Css Color HEX #F68360 Crusta

📋 copy color: '#F68360'

red 246 ◦ green 131 ◦ blue 96

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

Shades of Crusta #F68360

Tints of Crusta #F68360

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.7%

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

R = 52.01%
G = 27.7%
B = 20.3%

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

#F68360 (or 0xF68360) is known color: Crusta. HEX triplet: F6, 83 and 60. RGB value is (246,131,96). Sum of RGB (Red+Green+Blue) = 246+131+96=473 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.01% from 473); Green value is 131 (51.56% from 255 or 27.70% from 473); Blue value is 96 (37.89% from 255 or 20.30% from 473); Max value from RGB is 246 - color contains mainly: red. Hex color #F68360 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68360 is #097C9F. Grayscale: #A1A1A1. Windows color (decimal): -621728 or 6325238. OLE color: 6325238.

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

Color convert

RGB 246 131 96 -
CMYK 0 0.47 0.61 0.04
HSL 14º 0.89% 0.67% -
HSV(B) 14º 0.61% 0.96% -
XYZ 48.23 36.67 15.6 -
YUV 161.4 91.1 188.35 -
System Red Green Blue C M Y K H S L
Decimal 246 131 96 0 0.47 0.61 0.04 14 0.89 0.67
Hex F6 83 60 0 2F 3D 4 E 59 43
Octal 366 203 140 0 57 75 4 16 131 103
Binary 11110110 10000011 1100000 0 101111 111101 100 1110 1011001 1000011

Color Harmonies of #F68360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68360

Black with #F68360

Text Example


Text Example

White with #F68360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68360; }

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

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

background-color css

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

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

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

border-color css

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

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

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