Html Css Color HEX #FD7353 Bittersweet

📋 copy color: '#FD7353'

red 253 ◦ green 115 ◦ blue 83

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

Shades of Bittersweet #FD7353

Tints of Bittersweet #FD7353

RGB

 RED value IS 253 (99.22% from 255) = 56.1%

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

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

R = 56.1%
G = 25.5%
B = 18.4%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.67

 K value IS 0.01

RGB Variations

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

Color information

#FD7353 (or 0xFD7353) is known color: Bittersweet. HEX triplet: FD, 73 and 53. RGB value is (253,115,83). Sum of RGB (Red+Green+Blue) = 253+115+83=451 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.10% from 451); Green value is 115 (45.31% from 255 or 25.50% from 451); Blue value is 83 (32.81% from 255 or 18.40% from 451); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7353 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD7353 is #028CAC. Grayscale: #989898. Windows color (decimal): -167085 or 5469181. OLE color: 5469181.

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

Color convert

RGB 253 115 83 -
CMYK 0 0.55 0.67 0.01
HSL 11.29º 0.98% 0.66% -
HSV(B) 11.29º 0.67% 0.99% -
XYZ 48.2 33.77 12.16 -
YUV 152.61 88.72 199.6 -
System Red Green Blue C M Y K H S L
Decimal 253 115 83 0 0.55 0.67 0.01 11.29 0.98 0.66
Hex FD 73 53 0 37 43 1 B 62 42
Octal 375 163 123 0 67 103 1 13 142 102
Binary 11111101 1110011 1010011 0 110111 1000011 1 1011 1100010 1000010

Color Harmonies of #FD7353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD7353

Black with #FD7353

Text Example


Text Example

White with #FD7353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD7353; }

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

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

background-color css

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

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

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

border-color css

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

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

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