Html Css Color HEX #FC635E Bittersweet

📋 copy color: '#FC635E'

red 252 ◦ green 99 ◦ blue 94

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

Shades of Bittersweet #FC635E

Tints of Bittersweet #FC635E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 21.12%

R = 56.63%
G = 22.25%
B = 21.12%

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

#FC635E (or 0xFC635E) is known color: Bittersweet. HEX triplet: FC, 63 and 5E. RGB value is (252,99,94). Sum of RGB (Red+Green+Blue) = 252+99+94=445 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.63% from 445); Green value is 99 (39.06% from 255 or 22.25% from 445); Blue value is 94 (37.11% from 255 or 21.12% from 445); Max value from RGB is 252 - color contains mainly: red. Hex color #FC635E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC635E is #039CA1. Grayscale: #909090. Windows color (decimal): -236706 or 6185980. OLE color: 6185980.

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

Color convert

RGB 252 99 94 -
CMYK 0 0.61 0.63 0.01
HSL 1.9º 0.96% 0.68% -
HSV(B) 1.9º 0.63% 0.99% -
XYZ 46.63 30.43 14.01 -
YUV 144.18 99.69 204.91 -
System Red Green Blue C M Y K H S L
Decimal 252 99 94 0 0.61 0.63 0.01 1.9 0.96 0.68
Hex FC 63 5E 0 3D 3F 1 2 60 44
Octal 374 143 136 0 75 77 1 2 140 104
Binary 11111100 1100011 1011110 0 111101 111111 1 10 1100000 1000100

Color Harmonies of #FC635E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC635E

Black with #FC635E

Text Example


Text Example

White with #FC635E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC635E; }

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

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

background-color css

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

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

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

border-color css

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

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

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