Html Css Color HEX #FD685B Bittersweet

📋 copy color: '#FD685B'

red 253 ◦ green 104 ◦ blue 91

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

Shades of Bittersweet #FD685B

Tints of Bittersweet #FD685B

RGB

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

 GREEN value IS 104 (41.02% from 255) = 23.21%

 BLUE value IS 91 (35.94% from 255) = 20.31%

R = 56.47%
G = 23.21%
B = 20.31%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FD685B (or 0xFD685B) is known color: Bittersweet. HEX triplet: FD, 68 and 5B. RGB value is (253,104,91). Sum of RGB (Red+Green+Blue) = 253+104+91=448 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.47% from 448); Green value is 104 (41.02% from 255 or 23.21% from 448); Blue value is 91 (35.94% from 255 or 20.31% from 448); Max value from RGB is 253 - color contains mainly: red. Hex color #FD685B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD685B is #0297A4. Grayscale: #939393. Windows color (decimal): -169893 or 5990653. OLE color: 5990653.

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

Color convert

RGB 253 104 91 -
CMYK 0 0.59 0.64 0.01
HSL 4.81º 0.98% 0.67% -
HSV(B) 4.81º 0.64% 0.99% -
XYZ 47.35 31.54 13.49 -
YUV 147.07 96.36 203.56 -
System Red Green Blue C M Y K H S L
Decimal 253 104 91 0 0.59 0.64 0.01 4.81 0.98 0.67
Hex FD 68 5B 0 3B 40 1 5 62 43
Octal 375 150 133 0 73 100 1 5 142 103
Binary 11111101 1101000 1011011 0 111011 1000000 1 101 1100010 1000011

Color Harmonies of #FD685B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD685B

Black with #FD685B

Text Example


Text Example

White with #FD685B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD685B; }

 p { color: rgb(253,104,91); }

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

background-color css

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

 a { background-color: rgb(253,104,91); }

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

border-color css

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

 span { border-color: rgb(253,104,91); }

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