Html Css Color HEX #FD695D Bittersweet

📋 copy color: '#FD695D'

red 253 ◦ green 105 ◦ blue 93

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

Shades of Bittersweet #FD695D

Tints of Bittersweet #FD695D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 23.28%

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

R = 56.1%
G = 23.28%
B = 20.62%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FD695D (or 0xFD695D) is known color: Bittersweet. HEX triplet: FD, 69 and 5D. RGB value is (253,105,93). Sum of RGB (Red+Green+Blue) = 253+105+93=451 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.10% from 451); Green value is 105 (41.41% from 255 or 23.28% from 451); Blue value is 93 (36.72% from 255 or 20.62% from 451); Max value from RGB is 253 - color contains mainly: red. Hex color #FD695D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD695D is #0296A2. Grayscale: #949494. Windows color (decimal): -169635 or 6121981. OLE color: 6121981.

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

Color convert

RGB 253 105 93 -
CMYK 0 0.58 0.63 0.01
HSL 4.5º 0.98% 0.68% -
HSV(B) 4.5º 0.63% 0.99% -
XYZ 47.54 31.78 13.98 -
YUV 147.88 97.03 202.98 -
System Red Green Blue C M Y K H S L
Decimal 253 105 93 0 0.58 0.63 0.01 4.5 0.98 0.68
Hex FD 69 5D 0 3A 3F 1 4 62 44
Octal 375 151 135 0 72 77 1 4 142 104
Binary 11111101 1101001 1011101 0 111010 111111 1 100 1100010 1000100

Color Harmonies of #FD695D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD695D

Black with #FD695D

Text Example


Text Example

White with #FD695D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD695D; }

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

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

background-color css

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

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

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

border-color css

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

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

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