Html Css Color HEX #FC735E Bittersweet

📋 copy color: '#FC735E'

red 252 ◦ green 115 ◦ blue 94

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

Shades of Bittersweet #FC735E

Tints of Bittersweet #FC735E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 20.39%

R = 54.66%
G = 24.95%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FC735E (or 0xFC735E) is known color: Bittersweet. HEX triplet: FC, 73 and 5E. RGB value is (252,115,94). Sum of RGB (Red+Green+Blue) = 252+115+94=461 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.66% from 461); Green value is 115 (45.31% from 255 or 24.95% from 461); Blue value is 94 (37.11% from 255 or 20.39% from 461); Max value from RGB is 252 - color contains mainly: red. Hex color #FC735E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC735E is #038CA1. Grayscale: #999999. Windows color (decimal): -232610 or 6190076. OLE color: 6190076.

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

Color convert

RGB 252 115 94 -
CMYK 0 0.54 0.63 0.01
HSL 7.97º 0.96% 0.68% -
HSV(B) 7.97º 0.63% 0.99% -
XYZ 48.3 33.77 14.56 -
YUV 153.57 94.39 198.21 -
System Red Green Blue C M Y K H S L
Decimal 252 115 94 0 0.54 0.63 0.01 7.97 0.96 0.68
Hex FC 73 5E 0 36 3F 1 8 60 44
Octal 374 163 136 0 66 77 1 10 140 104
Binary 11111100 1110011 1011110 0 110110 111111 1 1000 1100000 1000100

Color Harmonies of #FC735E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC735E

Black with #FC735E

Text Example


Text Example

White with #FC735E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC735E; }

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

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

background-color css

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

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

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

border-color css

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

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

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