Html Css Color HEX #FC7353 Bittersweet

📋 copy color: '#FC7353'

red 252 ◦ green 115 ◦ blue 83

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

Shades of Bittersweet #FC7353

Tints of Bittersweet #FC7353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 18.44%

R = 56%
G = 25.56%
B = 18.44%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.67

 K value IS 0.01

RGB Variations

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

Color information

#FC7353 (or 0xFC7353) is known color: Bittersweet. HEX triplet: FC, 73 and 53. RGB value is (252,115,83). Sum of RGB (Red+Green+Blue) = 252+115+83=450 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56% from 450); Green value is 115 (45.31% from 255 or 25.56% from 450); Blue value is 83 (32.81% from 255 or 18.44% from 450); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7353 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7353 is #038CAC. Grayscale: #989898. Windows color (decimal): -232621 or 5469180. OLE color: 5469180.

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

Color convert

RGB 252 115 83 -
CMYK 0 0.54 0.67 0.01
HSL 11.36º 0.97% 0.66% -
HSV(B) 11.36º 0.67% 0.99% -
XYZ 47.84 33.58 12.14 -
YUV 152.32 88.89 199.1 -
System Red Green Blue C M Y K H S L
Decimal 252 115 83 0 0.54 0.67 0.01 11.36 0.97 0.66
Hex FC 73 53 0 36 43 1 B 61 42
Octal 374 163 123 0 66 103 1 13 141 102
Binary 11111100 1110011 1010011 0 110110 1000011 1 1011 1100001 1000010

Color Harmonies of #FC7353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7353

Black with #FC7353

Text Example


Text Example

White with #FC7353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7353; }

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

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

background-color css

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

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

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

border-color css

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

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

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