Html Css Color HEX #FC7053 Bittersweet

📋 copy color: '#FC7053'

red 252 ◦ green 112 ◦ blue 83

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

Shades of Bittersweet #FC7053

Tints of Bittersweet #FC7053

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.06%

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

R = 56.38%
G = 25.06%
B = 18.57%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.67

 K value IS 0.01

RGB Variations

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

Color information

#FC7053 (or 0xFC7053) is known color: Bittersweet. HEX triplet: FC, 70 and 53. RGB value is (252,112,83). Sum of RGB (Red+Green+Blue) = 252+112+83=447 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.38% from 447); Green value is 112 (44.14% from 255 or 25.06% from 447); Blue value is 83 (32.81% from 255 or 18.57% from 447); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7053 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7053 is #038FAC. Grayscale: #969696. Windows color (decimal): -233389 or 5468412. OLE color: 5468412.

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

Color convert

RGB 252 112 83 -
CMYK 0 0.56 0.67 0.01
HSL 10.3º 0.97% 0.66% -
HSV(B) 10.3º 0.67% 0.99% -
XYZ 47.5 32.91 12.03 -
YUV 150.55 89.88 200.36 -
System Red Green Blue C M Y K H S L
Decimal 252 112 83 0 0.56 0.67 0.01 10.3 0.97 0.66
Hex FC 70 53 0 38 43 1 A 61 42
Octal 374 160 123 0 70 103 1 12 141 102
Binary 11111100 1110000 1010011 0 111000 1000011 1 1010 1100001 1000010

Color Harmonies of #FC7053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7053

Black with #FC7053

Text Example


Text Example

White with #FC7053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7053; }

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

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

background-color css

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

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

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

border-color css

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

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

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