Html Css Color HEX #FD695A Bittersweet

📋 copy color: '#FD695A'

red 253 ◦ green 105 ◦ blue 90

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

Shades of Bittersweet #FD695A

Tints of Bittersweet #FD695A

RGB

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

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

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

R = 56.47%
G = 23.44%
B = 20.09%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FD695A (or 0xFD695A) is known color: Bittersweet. HEX triplet: FD, 69 and 5A. RGB value is (253,105,90). Sum of RGB (Red+Green+Blue) = 253+105+90=448 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.47% from 448); Green value is 105 (41.41% from 255 or 23.44% from 448); Blue value is 90 (35.55% from 255 or 20.09% from 448); Max value from RGB is 253 - color contains mainly: red. Hex color #FD695A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD695A is #0296A5. Grayscale: #939393. Windows color (decimal): -169638 or 5925373. OLE color: 5925373.

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

Color convert

RGB 253 105 90 -
CMYK 0 0.58 0.64 0.01
HSL 5.52º 0.98% 0.67% -
HSV(B) 5.52º 0.64% 0.99% -
XYZ 47.41 31.72 13.3 -
YUV 147.54 95.53 203.22 -
System Red Green Blue C M Y K H S L
Decimal 253 105 90 0 0.58 0.64 0.01 5.52 0.98 0.67
Hex FD 69 5A 0 3A 40 1 6 62 43
Octal 375 151 132 0 72 100 1 6 142 103
Binary 11111101 1101001 1011010 0 111010 1000000 1 110 1100010 1000011

Color Harmonies of #FD695A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD695A

Black with #FD695A

Text Example


Text Example

White with #FD695A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD695A; }

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

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

background-color css

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

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

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

border-color css

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

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

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