Html Css Color HEX #FC745A Bittersweet

📋 copy color: '#FC745A'

red 252 ◦ green 116 ◦ blue 90

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

Shades of Bittersweet #FC745A

Tints of Bittersweet #FC745A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.33%

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

R = 55.02%
G = 25.33%
B = 19.65%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FC745A (or 0xFC745A) is known color: Bittersweet. HEX triplet: FC, 74 and 5A. RGB value is (252,116,90). Sum of RGB (Red+Green+Blue) = 252+116+90=458 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.02% from 458); Green value is 116 (45.70% from 255 or 25.33% from 458); Blue value is 90 (35.55% from 255 or 19.65% from 458); Max value from RGB is 252 - color contains mainly: red. Hex color #FC745A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC745A is #038BA5. Grayscale: #999999. Windows color (decimal): -232358 or 5928188. OLE color: 5928188.

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

Color convert

RGB 252 116 90 -
CMYK 0 0.54 0.64 0.01
HSL 9.63º 0.96% 0.67% -
HSV(B) 9.63º 0.64% 0.99% -
XYZ 48.24 33.92 13.68 -
YUV 153.7 92.06 198.11 -
System Red Green Blue C M Y K H S L
Decimal 252 116 90 0 0.54 0.64 0.01 9.63 0.96 0.67
Hex FC 74 5A 0 36 40 1 A 60 43
Octal 374 164 132 0 66 100 1 12 140 103
Binary 11111100 1110100 1011010 0 110110 1000000 1 1010 1100000 1000011

Color Harmonies of #FC745A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC745A

Black with #FC745A

Text Example


Text Example

White with #FC745A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC745A; }

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

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

background-color css

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

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

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

border-color css

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

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

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