Html Css Color HEX #FC735F Bittersweet

📋 copy color: '#FC735F'

red 252 ◦ green 115 ◦ blue 95

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

Shades of Bittersweet #FC735F

Tints of Bittersweet #FC735F

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.89%

 BLUE value IS 95 (37.5% from 255) = 20.56%

R = 54.55%
G = 24.89%
B = 20.56%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#FC735F (or 0xFC735F) is known color: Bittersweet. HEX triplet: FC, 73 and 5F. RGB value is (252,115,95). Sum of RGB (Red+Green+Blue) = 252+115+95=462 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.55% from 462); Green value is 115 (45.31% from 255 or 24.89% from 462); Blue value is 95 (37.5% from 255 or 20.56% from 462); Max value from RGB is 252 - color contains mainly: red. Hex color #FC735F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC735F is #038CA0. Grayscale: #999999. Windows color (decimal): -232609 or 6255612. OLE color: 6255612.

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

Color convert

RGB 252 115 95 -
CMYK 0 0.54 0.62 0.01
HSL 7.64º 0.96% 0.68% -
HSV(B) 7.64º 0.62% 0.99% -
XYZ 48.34 33.78 14.8 -
YUV 153.68 94.89 198.13 -
System Red Green Blue C M Y K H S L
Decimal 252 115 95 0 0.54 0.62 0.01 7.64 0.96 0.68
Hex FC 73 5F 0 36 3E 1 8 60 44
Octal 374 163 137 0 66 76 1 10 140 104
Binary 11111100 1110011 1011111 0 110110 111110 1 1000 1100000 1000100

Color Harmonies of #FC735F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC735F

Black with #FC735F

Text Example


Text Example

White with #FC735F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC735F; }

 p { color: rgb(252,115,95); }

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

background-color css

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

 a { background-color: rgb(252,115,95); }

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

border-color css

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

 span { border-color: rgb(252,115,95); }

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