Html Css Color HEX #FC625C Bittersweet

📋 copy color: '#FC625C'

red 252 ◦ green 98 ◦ blue 92

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

Shades of Bittersweet #FC625C

Tints of Bittersweet #FC625C

RGB

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

 GREEN value IS 98 (38.67% from 255) = 22.17%

 BLUE value IS 92 (36.33% from 255) = 20.81%

R = 57.01%
G = 22.17%
B = 20.81%

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

#FC625C (or 0xFC625C) is known color: Bittersweet. HEX triplet: FC, 62 and 5C. RGB value is (252,98,92). Sum of RGB (Red+Green+Blue) = 252+98+92=442 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.01% from 442); Green value is 98 (38.67% from 255 or 22.17% from 442); Blue value is 92 (36.33% from 255 or 20.81% from 442); Max value from RGB is 252 - color contains mainly: red. Hex color #FC625C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC625C is #039DA3. Grayscale: #8F8F8F. Windows color (decimal): -236964 or 6054652. OLE color: 6054652.

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

Color convert

RGB 252 98 92 -
CMYK 0 0.61 0.63 0.01
HSL 2.25º 0.96% 0.67% -
HSV(B) 2.25º 0.63% 0.99% -
XYZ 46.44 30.2 13.51 -
YUV 143.36 99.02 205.49 -
System Red Green Blue C M Y K H S L
Decimal 252 98 92 0 0.61 0.63 0.01 2.25 0.96 0.67
Hex FC 62 5C 0 3D 3F 1 2 60 43
Octal 374 142 134 0 75 77 1 2 140 103
Binary 11111100 1100010 1011100 0 111101 111111 1 10 1100000 1000011

Color Harmonies of #FC625C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC625C

Black with #FC625C

Text Example


Text Example

White with #FC625C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC625C; }

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

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

background-color css

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

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

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

border-color css

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

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

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