Html Css Color HEX #FC695D Bittersweet

📋 copy color: '#FC695D'

red 252 ◦ green 105 ◦ blue 93

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

Shades of Bittersweet #FC695D

Tints of Bittersweet #FC695D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 20.67%

R = 56%
G = 23.33%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FC695D (or 0xFC695D) is known color: Bittersweet. HEX triplet: FC, 69 and 5D. RGB value is (252,105,93). Sum of RGB (Red+Green+Blue) = 252+105+93=450 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56% from 450); Green value is 105 (41.41% from 255 or 23.33% from 450); Blue value is 93 (36.72% from 255 or 20.67% from 450); Max value from RGB is 252 - color contains mainly: red. Hex color #FC695D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC695D is #0396A2. Grayscale: #939393. Windows color (decimal): -235171 or 6121980. OLE color: 6121980.

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

Color convert

RGB 252 105 93 -
CMYK 0 0.58 0.63 0.01
HSL 4.53º 0.96% 0.68% -
HSV(B) 4.53º 0.63% 0.99% -
XYZ 47.17 31.59 13.97 -
YUV 147.59 97.2 202.48 -
System Red Green Blue C M Y K H S L
Decimal 252 105 93 0 0.58 0.63 0.01 4.53 0.96 0.68
Hex FC 69 5D 0 3A 3F 1 5 60 44
Octal 374 151 135 0 72 77 1 5 140 104
Binary 11111100 1101001 1011101 0 111010 111111 1 101 1100000 1000100

Color Harmonies of #FC695D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC695D

Black with #FC695D

Text Example


Text Example

White with #FC695D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC695D; }

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

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

background-color css

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

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

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

border-color css

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

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

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