Html Css Color HEX #FC635D Bittersweet

📋 copy color: '#FC635D'

red 252 ◦ green 99 ◦ blue 93

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

Shades of Bittersweet #FC635D

Tints of Bittersweet #FC635D

RGB

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

 GREEN value IS 99 (39.06% from 255) = 22.3%

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

R = 56.76%
G = 22.3%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FC635D (or 0xFC635D) is known color: Bittersweet. HEX triplet: FC, 63 and 5D. RGB value is (252,99,93). Sum of RGB (Red+Green+Blue) = 252+99+93=444 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.76% from 444); Green value is 99 (39.06% from 255 or 22.30% from 444); Blue value is 93 (36.72% from 255 or 20.95% from 444); Max value from RGB is 252 - color contains mainly: red. Hex color #FC635D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC635D is #039CA2. Grayscale: #909090. Windows color (decimal): -236707 or 6120444. OLE color: 6120444.

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

Color convert

RGB 252 99 93 -
CMYK 0 0.61 0.63 0.01
HSL 2.26º 0.96% 0.68% -
HSV(B) 2.26º 0.63% 0.99% -
XYZ 46.58 30.41 13.77 -
YUV 144.06 99.19 204.99 -
System Red Green Blue C M Y K H S L
Decimal 252 99 93 0 0.61 0.63 0.01 2.26 0.96 0.68
Hex FC 63 5D 0 3D 3F 1 2 60 44
Octal 374 143 135 0 75 77 1 2 140 104
Binary 11111100 1100011 1011101 0 111101 111111 1 10 1100000 1000100

Color Harmonies of #FC635D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC635D

Black with #FC635D

Text Example


Text Example

White with #FC635D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC635D; }

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

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

background-color css

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

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

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

border-color css

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

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

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