Html Css Color HEX #FD735D Bittersweet

📋 copy color: '#FD735D'

red 253 ◦ green 115 ◦ blue 93

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

Shades of Bittersweet #FD735D

Tints of Bittersweet #FD735D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 20.17%

R = 54.88%
G = 24.95%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FD735D (or 0xFD735D) is known color: Bittersweet. HEX triplet: FD, 73 and 5D. RGB value is (253,115,93). Sum of RGB (Red+Green+Blue) = 253+115+93=461 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.88% from 461); Green value is 115 (45.31% from 255 or 24.95% from 461); Blue value is 93 (36.72% from 255 or 20.17% from 461); Max value from RGB is 253 - color contains mainly: red. Hex color #FD735D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD735D is #028CA2. Grayscale: #999999. Windows color (decimal): -167075 or 6124541. OLE color: 6124541.

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

Color convert

RGB 253 115 93 -
CMYK 0 0.55 0.63 0.01
HSL 8.25º 0.98% 0.68% -
HSV(B) 8.25º 0.63% 0.99% -
XYZ 48.61 33.93 14.34 -
YUV 153.75 93.72 198.79 -
System Red Green Blue C M Y K H S L
Decimal 253 115 93 0 0.55 0.63 0.01 8.25 0.98 0.68
Hex FD 73 5D 0 37 3F 1 8 62 44
Octal 375 163 135 0 67 77 1 10 142 104
Binary 11111101 1110011 1011101 0 110111 111111 1 1000 1100010 1000100

Color Harmonies of #FD735D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD735D

Black with #FD735D

Text Example


Text Example

White with #FD735D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD735D; }

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

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

background-color css

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

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

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

border-color css

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

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

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