Html Css Color HEX #FD6D55 Bittersweet

📋 copy color: '#FD6D55'

red 253 ◦ green 109 ◦ blue 85

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

Shades of Bittersweet #FD6D55

Tints of Bittersweet #FD6D55

RGB

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

 GREEN value IS 109 (42.97% from 255) = 24.38%

 BLUE value IS 85 (33.59% from 255) = 19.02%

R = 56.6%
G = 24.38%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.66

 K value IS 0.01

RGB Variations

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

Color information

#FD6D55 (or 0xFD6D55) is known color: Bittersweet. HEX triplet: FD, 6D and 55. RGB value is (253,109,85). Sum of RGB (Red+Green+Blue) = 253+109+85=447 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.60% from 447); Green value is 109 (42.97% from 255 or 24.38% from 447); Blue value is 85 (33.59% from 255 or 19.02% from 447); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6D55 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD6D55 is #0292AA. Grayscale: #959595. Windows color (decimal): -168619 or 5598717. OLE color: 5598717.

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

Color convert

RGB 253 109 85 -
CMYK 0 0.57 0.66 0.01
HSL 8.57º 0.98% 0.66% -
HSV(B) 8.57º 0.66% 0.99% -
XYZ 47.62 32.48 12.35 -
YUV 149.32 91.71 201.95 -
System Red Green Blue C M Y K H S L
Decimal 253 109 85 0 0.57 0.66 0.01 8.57 0.98 0.66
Hex FD 6D 55 0 39 42 1 9 62 42
Octal 375 155 125 0 71 102 1 11 142 102
Binary 11111101 1101101 1010101 0 111001 1000010 1 1001 1100010 1000010

Color Harmonies of #FD6D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD6D55

Black with #FD6D55

Text Example


Text Example

White with #FD6D55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD6D55; }

 p { color: rgb(253,109,85); }

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

background-color css

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

 a { background-color: rgb(253,109,85); }

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

border-color css

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

 span { border-color: rgb(253,109,85); }

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