Html Css Color HEX #F68C5C Crusta

📋 copy color: '#F68C5C'

red 246 ◦ green 140 ◦ blue 92

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

Shades of Crusta #F68C5C

Tints of Crusta #F68C5C

RGB

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

 GREEN value IS 140 (55.08% from 255) = 29.29%

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

R = 51.46%
G = 29.29%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.63

 K value IS 0.04

RGB Variations

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

Color information

#F68C5C (or 0xF68C5C) is known color: Crusta. HEX triplet: F6, 8C and 5C. RGB value is (246,140,92). Sum of RGB (Red+Green+Blue) = 246+140+92=478 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.46% from 478); Green value is 140 (55.08% from 255 or 29.29% from 478); Blue value is 92 (36.33% from 255 or 19.25% from 478); Max value from RGB is 246 - color contains mainly: red. Hex color #F68C5C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68C5C is #0973A3. Grayscale: #A6A6A6. Windows color (decimal): -619428 or 6065398. OLE color: 6065398.

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

Color convert

RGB 246 140 92 -
CMYK 0 0.43 0.63 0.04
HSL 18.7º 0.9% 0.66% -
HSV(B) 18.7º 0.63% 0.96% -
XYZ 49.32 39.12 15.08 -
YUV 166.22 86.12 184.9 -
System Red Green Blue C M Y K H S L
Decimal 246 140 92 0 0.43 0.63 0.04 18.7 0.9 0.66
Hex F6 8C 5C 0 2B 3F 4 13 5A 42
Octal 366 214 134 0 53 77 4 23 132 102
Binary 11110110 10001100 1011100 0 101011 111111 100 10011 1011010 1000010

Color Harmonies of #F68C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68C5C

Black with #F68C5C

Text Example


Text Example

White with #F68C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68C5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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