Html Css Color HEX #FC6862 Bittersweet

📋 copy color: '#FC6862'

red 252 ◦ green 104 ◦ blue 98

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

Shades of Bittersweet #FC6862

Tints of Bittersweet #FC6862

RGB

 RED value IS 252 (98.83% from 255) = 55.51%

 GREEN value IS 104 (41.02% from 255) = 22.91%

 BLUE value IS 98 (38.67% from 255) = 21.59%

R = 55.51%
G = 22.91%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.61

 K value IS 0.01

RGB Variations

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

Color information

#FC6862 (or 0xFC6862) is known color: Bittersweet. HEX triplet: FC, 68 and 62. RGB value is (252,104,98). Sum of RGB (Red+Green+Blue) = 252+104+98=454 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.51% from 454); Green value is 104 (41.02% from 255 or 22.91% from 454); Blue value is 98 (38.67% from 255 or 21.59% from 454); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6862 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6862 is #03979D. Grayscale: #939393. Windows color (decimal): -235422 or 6449404. OLE color: 6449404.

HSL color Cylindrical-coordinate representation of color #FC6862: hue angle of 2.34º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FC6862 is Cyan = 0, Magento = 0.59, Yellow = 0.61 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 104 98 -
CMYK 0 0.59 0.61 0.01
HSL 2.34º 0.96% 0.69% -
HSV(B) 2.34º 0.61% 0.99% -
XYZ 47.3 31.48 15.14 -
YUV 147.57 100.03 202.49 -
System Red Green Blue C M Y K H S L
Decimal 252 104 98 0 0.59 0.61 0.01 2.34 0.96 0.69
Hex FC 68 62 0 3B 3D 1 2 60 45
Octal 374 150 142 0 73 75 1 2 140 105
Binary 11111100 1101000 1100010 0 111011 111101 1 10 1100000 1000101

Color Harmonies of #FC6862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6862

Black with #FC6862

Text Example


Text Example

White with #FC6862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6862; }

 p { color: rgb(252,104,98); }

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

background-color css

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

 a { background-color: rgb(252,104,98); }

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

border-color css

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

 span { border-color: rgb(252,104,98); }

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