Html Css Color HEX #F6815C Crusta

📋 copy color: '#F6815C'

red 246 ◦ green 129 ◦ blue 92

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

Shades of Crusta #F6815C

Tints of Crusta #F6815C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.62%

 BLUE value IS 92 (36.33% from 255) = 19.7%

R = 52.68%
G = 27.62%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.63

 K value IS 0.04

RGB Variations

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

Color information

#F6815C (or 0xF6815C) is known color: Crusta. HEX triplet: F6, 81 and 5C. RGB value is (246,129,92). Sum of RGB (Red+Green+Blue) = 246+129+92=467 (61% of max value = 765). Red value is 246 (96.48% from 255 or 52.68% from 467); Green value is 129 (50.78% from 255 or 27.62% from 467); Blue value is 92 (36.33% from 255 or 19.70% from 467); Max value from RGB is 246 - color contains mainly: red. Hex color #F6815C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6815C is #097EA3. Grayscale: #A0A0A0. Windows color (decimal): -622244 or 6062582. OLE color: 6062582.

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

Color convert

RGB 246 129 92 -
CMYK 0 0.48 0.63 0.04
HSL 14.42º 0.9% 0.66% -
HSV(B) 14.42º 0.63% 0.96% -
XYZ 47.79 36.07 14.57 -
YUV 159.77 89.76 189.51 -
System Red Green Blue C M Y K H S L
Decimal 246 129 92 0 0.48 0.63 0.04 14.42 0.9 0.66
Hex F6 81 5C 0 30 3F 4 E 5A 42
Octal 366 201 134 0 60 77 4 16 132 102
Binary 11110110 10000001 1011100 0 110000 111111 100 1110 1011010 1000010

Color Harmonies of #F6815C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6815C

Black with #F6815C

Text Example


Text Example

White with #F6815C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6815C; }

 p { color: rgb(246,129,92); }

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

background-color css

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

 a { background-color: rgb(246,129,92); }

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

border-color css

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

 span { border-color: rgb(246,129,92); }

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