Html Css Color HEX #FD655C Bittersweet

📋 copy color: '#FD655C'

red 253 ◦ green 101 ◦ blue 92

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

Shades of Bittersweet #FD655C

Tints of Bittersweet #FD655C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 20.63%

R = 56.73%
G = 22.65%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FD655C (or 0xFD655C) is known color: Bittersweet. HEX triplet: FD, 65 and 5C. RGB value is (253,101,92). Sum of RGB (Red+Green+Blue) = 253+101+92=446 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.73% from 446); Green value is 101 (39.84% from 255 or 22.65% from 446); Blue value is 92 (36.33% from 255 or 20.63% from 446); Max value from RGB is 253 - color contains mainly: red. Hex color #FD655C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD655C is #029AA3. Grayscale: #919191. Windows color (decimal): -170660 or 6055421. OLE color: 6055421.

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

Color convert

RGB 253 101 92 -
CMYK 0 0.60 0.64 0.01
HSL 3.35º 0.98% 0.68% -
HSV(B) 3.35º 0.64% 0.99% -
XYZ 47.09 30.96 13.62 -
YUV 145.42 97.86 204.73 -
System Red Green Blue C M Y K H S L
Decimal 253 101 92 0 0.60 0.64 0.01 3.35 0.98 0.68
Hex FD 65 5C 0 3C 40 1 3 62 44
Octal 375 145 134 0 74 100 1 3 142 104
Binary 11111101 1100101 1011100 0 111100 1000000 1 11 1100010 1000100

Color Harmonies of #FD655C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD655C

Black with #FD655C

Text Example


Text Example

White with #FD655C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD655C; }

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

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

background-color css

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

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

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

border-color css

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

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

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