Html Css Color HEX #FC625A Bittersweet

📋 copy color: '#FC625A'

red 252 ◦ green 98 ◦ blue 90

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

Shades of Bittersweet #FC625A

Tints of Bittersweet #FC625A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 20.45%

R = 57.27%
G = 22.27%
B = 20.45%

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

#FC625A (or 0xFC625A) is known color: Bittersweet. HEX triplet: FC, 62 and 5A. RGB value is (252,98,90). Sum of RGB (Red+Green+Blue) = 252+98+90=440 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.27% from 440); Green value is 98 (38.67% from 255 or 22.27% from 440); Blue value is 90 (35.55% from 255 or 20.45% from 440); Max value from RGB is 252 - color contains mainly: red. Hex color #FC625A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC625A is #039DA5. Grayscale: #8F8F8F. Windows color (decimal): -236966 or 5923580. OLE color: 5923580.

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

Color convert

RGB 252 98 90 -
CMYK 0 0.61 0.64 0.01
HSL 2.96º 0.96% 0.67% -
HSV(B) 2.96º 0.64% 0.99% -
XYZ 46.36 30.17 13.05 -
YUV 143.13 98.02 205.65 -
System Red Green Blue C M Y K H S L
Decimal 252 98 90 0 0.61 0.64 0.01 2.96 0.96 0.67
Hex FC 62 5A 0 3D 40 1 3 60 43
Octal 374 142 132 0 75 100 1 3 140 103
Binary 11111100 1100010 1011010 0 111101 1000000 1 11 1100000 1000011

Color Harmonies of #FC625A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC625A

Black with #FC625A

Text Example


Text Example

White with #FC625A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC625A; }

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

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

background-color css

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

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

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

border-color css

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

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

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