Html Css Color HEX #FD655A Bittersweet

📋 copy color: '#FD655A'

red 253 ◦ green 101 ◦ blue 90

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

Shades of Bittersweet #FD655A

Tints of Bittersweet #FD655A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 20.27%

R = 56.98%
G = 22.75%
B = 20.27%

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

#FD655A (or 0xFD655A) is known color: Bittersweet. HEX triplet: FD, 65 and 5A. RGB value is (253,101,90). Sum of RGB (Red+Green+Blue) = 253+101+90=444 (58% of max value = 765). Red value is 253 (99.22% from 255 or 56.98% from 444); Green value is 101 (39.84% from 255 or 22.75% from 444); Blue value is 90 (35.55% from 255 or 20.27% from 444); Max value from RGB is 253 - color contains mainly: red. Hex color #FD655A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD655A is #029AA5. Grayscale: #919191. Windows color (decimal): -170662 or 5924349. OLE color: 5924349.

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

Color convert

RGB 253 101 90 -
CMYK 0 0.60 0.64 0.01
HSL 4.05º 0.98% 0.67% -
HSV(B) 4.05º 0.64% 0.99% -
XYZ 47.01 30.93 13.17 -
YUV 145.19 96.86 204.89 -
System Red Green Blue C M Y K H S L
Decimal 253 101 90 0 0.60 0.64 0.01 4.05 0.98 0.67
Hex FD 65 5A 0 3C 40 1 4 62 43
Octal 375 145 132 0 74 100 1 4 142 103
Binary 11111101 1100101 1011010 0 111100 1000000 1 100 1100010 1000011

Color Harmonies of #FD655A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD655A

Black with #FD655A

Text Example


Text Example

White with #FD655A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD655A; }

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

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

background-color css

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

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

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

border-color css

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

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

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