Html Css Color HEX #FD685A Bittersweet

📋 copy color: '#FD685A'

red 253 ◦ green 104 ◦ blue 90

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

Shades of Bittersweet #FD685A

Tints of Bittersweet #FD685A

RGB

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

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

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

R = 56.6%
G = 23.27%
B = 20.13%

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

#FD685A (or 0xFD685A) is known color: Bittersweet. HEX triplet: FD, 68 and 5A. RGB value is (253,104,90). Sum of RGB (Red+Green+Blue) = 253+104+90=447 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.60% from 447); Green value is 104 (41.02% from 255 or 23.27% from 447); Blue value is 90 (35.55% from 255 or 20.13% from 447); Max value from RGB is 253 - color contains mainly: red. Hex color #FD685A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD685A is #0297A5. Grayscale: #939393. Windows color (decimal): -169894 or 5925117. OLE color: 5925117.

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

Color convert

RGB 253 104 90 -
CMYK 0 0.59 0.64 0.01
HSL 5.15º 0.98% 0.67% -
HSV(B) 5.15º 0.64% 0.99% -
XYZ 47.3 31.52 13.26 -
YUV 146.96 95.86 203.64 -
System Red Green Blue C M Y K H S L
Decimal 253 104 90 0 0.59 0.64 0.01 5.15 0.98 0.67
Hex FD 68 5A 0 3B 40 1 5 62 43
Octal 375 150 132 0 73 100 1 5 142 103
Binary 11111101 1101000 1011010 0 111011 1000000 1 101 1100010 1000011

Color Harmonies of #FD685A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD685A

Black with #FD685A

Text Example


Text Example

White with #FD685A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD685A; }

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

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

background-color css

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

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

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

border-color css

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

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

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