Html Css Color HEX #FC725D Bittersweet

📋 copy color: '#FC725D'

red 252 ◦ green 114 ◦ blue 93

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

Shades of Bittersweet #FC725D

Tints of Bittersweet #FC725D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 24.84%

 BLUE value IS 93 (36.72% from 255) = 20.26%

R = 54.9%
G = 24.84%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FC725D (or 0xFC725D) is known color: Bittersweet. HEX triplet: FC, 72 and 5D. RGB value is (252,114,93). Sum of RGB (Red+Green+Blue) = 252+114+93=459 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.90% from 459); Green value is 114 (44.92% from 255 or 24.84% from 459); Blue value is 93 (36.72% from 255 or 20.26% from 459); Max value from RGB is 252 - color contains mainly: red. Hex color #FC725D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC725D is #038DA2. Grayscale: #999999. Windows color (decimal): -232867 or 6124284. OLE color: 6124284.

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

Color convert

RGB 252 114 93 -
CMYK 0 0.55 0.63 0.01
HSL 7.92º 0.96% 0.68% -
HSV(B) 7.92º 0.63% 0.99% -
XYZ 48.14 33.52 14.29 -
YUV 152.87 94.22 198.71 -
System Red Green Blue C M Y K H S L
Decimal 252 114 93 0 0.55 0.63 0.01 7.92 0.96 0.68
Hex FC 72 5D 0 37 3F 1 8 60 44
Octal 374 162 135 0 67 77 1 10 140 104
Binary 11111100 1110010 1011101 0 110111 111111 1 1000 1100000 1000100

Color Harmonies of #FC725D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC725D

Black with #FC725D

Text Example


Text Example

White with #FC725D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC725D; }

 p { color: rgb(252,114,93); }

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

background-color css

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

 a { background-color: rgb(252,114,93); }

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

border-color css

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

 span { border-color: rgb(252,114,93); }

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