Html Css Color HEX #FC635B Bittersweet

📋 copy color: '#FC635B'

red 252 ◦ green 99 ◦ blue 91

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

Shades of Bittersweet #FC635B

Tints of Bittersweet #FC635B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 20.59%

R = 57.01%
G = 22.4%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FC635B (or 0xFC635B) is known color: Bittersweet. HEX triplet: FC, 63 and 5B. RGB value is (252,99,91). Sum of RGB (Red+Green+Blue) = 252+99+91=442 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.01% from 442); Green value is 99 (39.06% from 255 or 22.40% from 442); Blue value is 91 (35.94% from 255 or 20.59% from 442); Max value from RGB is 252 - color contains mainly: red. Hex color #FC635B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC635B is #039CA4. Grayscale: #909090. Windows color (decimal): -236709 or 5989372. OLE color: 5989372.

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

Color convert

RGB 252 99 91 -
CMYK 0 0.61 0.64 0.01
HSL 2.98º 0.96% 0.67% -
HSV(B) 2.98º 0.64% 0.99% -
XYZ 46.5 30.37 13.31 -
YUV 143.84 98.19 205.15 -
System Red Green Blue C M Y K H S L
Decimal 252 99 91 0 0.61 0.64 0.01 2.98 0.96 0.67
Hex FC 63 5B 0 3D 40 1 3 60 43
Octal 374 143 133 0 75 100 1 3 140 103
Binary 11111100 1100011 1011011 0 111101 1000000 1 11 1100000 1000011

Color Harmonies of #FC635B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC635B

Black with #FC635B

Text Example


Text Example

White with #FC635B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC635B; }

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

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

background-color css

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

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

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

border-color css

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

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

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