Html Css Color HEX #FC6962 Bittersweet

📋 copy color: '#FC6962'

red 252 ◦ green 105 ◦ blue 98

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

Shades of Bittersweet #FC6962

Tints of Bittersweet #FC6962

RGB

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

 GREEN value IS 105 (41.41% from 255) = 23.08%

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

R = 55.38%
G = 23.08%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.61

 K value IS 0.01

RGB Variations

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

Color information

#FC6962 (or 0xFC6962) is known color: Bittersweet. HEX triplet: FC, 69 and 62. RGB value is (252,105,98). Sum of RGB (Red+Green+Blue) = 252+105+98=455 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.38% from 455); Green value is 105 (41.41% from 255 or 23.08% from 455); Blue value is 98 (38.67% from 255 or 21.54% from 455); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6962 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6962 is #03969D. Grayscale: #949494. Windows color (decimal): -235166 or 6449660. OLE color: 6449660.

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

Color convert

RGB 252 105 98 -
CMYK 0 0.58 0.61 0.01
HSL 2.73º 0.96% 0.69% -
HSV(B) 2.73º 0.61% 0.99% -
XYZ 47.4 31.68 15.17 -
YUV 148.16 99.7 202.07 -
System Red Green Blue C M Y K H S L
Decimal 252 105 98 0 0.58 0.61 0.01 2.73 0.96 0.69
Hex FC 69 62 0 3A 3D 1 3 60 45
Octal 374 151 142 0 72 75 1 3 140 105
Binary 11111100 1101001 1100010 0 111010 111101 1 11 1100000 1000101

Color Harmonies of #FC6962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6962

Black with #FC6962

Text Example


Text Example

White with #FC6962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6962; }

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

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

background-color css

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

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

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

border-color css

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

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

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