Html Css Color HEX #FD655D Bittersweet

📋 copy color: '#FD655D'

red 253 ◦ green 101 ◦ blue 93

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

Shades of Bittersweet #FD655D

Tints of Bittersweet #FD655D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 22.6%

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

R = 56.6%
G = 22.6%
B = 20.81%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FD655D (or 0xFD655D) is known color: Bittersweet. HEX triplet: FD, 65 and 5D. RGB value is (253,101,93). Sum of RGB (Red+Green+Blue) = 253+101+93=447 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.60% from 447); Green value is 101 (39.84% from 255 or 22.60% from 447); Blue value is 93 (36.72% from 255 or 20.81% from 447); Max value from RGB is 253 - color contains mainly: red. Hex color #FD655D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD655D is #029AA2. Grayscale: #919191. Windows color (decimal): -170659 or 6120957. OLE color: 6120957.

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

Color convert

RGB 253 101 93 -
CMYK 0 0.60 0.63 0.01
HSL 0.98% 0.68% -
HSV(B) 0.63% 0.99% -
XYZ 47.14 30.98 13.85 -
YUV 145.54 98.36 204.65 -
System Red Green Blue C M Y K H S L
Decimal 253 101 93 0 0.60 0.63 0.01 3 0.98 0.68
Hex FD 65 5D 0 3C 3F 1 3 62 44
Octal 375 145 135 0 74 77 1 3 142 104
Binary 11111101 1100101 1011101 0 111100 111111 1 11 1100010 1000100

Color Harmonies of #FD655D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD655D

Black with #FD655D

Text Example


Text Example

White with #FD655D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD655D; }

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

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

background-color css

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

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

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

border-color css

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

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

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