Html Css Color HEX #FD665A Bittersweet

📋 copy color: '#FD665A'

red 253 ◦ green 102 ◦ blue 90

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

Shades of Bittersweet #FD665A

Tints of Bittersweet #FD665A

RGB

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

 GREEN value IS 102 (40.23% from 255) = 22.92%

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

R = 56.85%
G = 22.92%
B = 20.22%

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

#FD665A (or 0xFD665A) is known color: Bittersweet. HEX triplet: FD, 66 and 5A. RGB value is (253,102,90). Sum of RGB (Red+Green+Blue) = 253+102+90=445 (58% of max value = 765). Red value is 253 (99.22% from 255 or 56.85% from 445); Green value is 102 (40.23% from 255 or 22.92% from 445); Blue value is 90 (35.55% from 255 or 20.22% from 445); Max value from RGB is 253 - color contains mainly: red. Hex color #FD665A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD665A is #0299A5. Grayscale: #919191. Windows color (decimal): -170406 or 5924605. OLE color: 5924605.

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

Color convert

RGB 253 102 90 -
CMYK 0 0.60 0.64 0.01
HSL 4.42º 0.98% 0.67% -
HSV(B) 4.42º 0.64% 0.99% -
XYZ 47.1 31.12 13.2 -
YUV 145.78 96.53 204.48 -
System Red Green Blue C M Y K H S L
Decimal 253 102 90 0 0.60 0.64 0.01 4.42 0.98 0.67
Hex FD 66 5A 0 3C 40 1 4 62 43
Octal 375 146 132 0 74 100 1 4 142 103
Binary 11111101 1100110 1011010 0 111100 1000000 1 100 1100010 1000011

Color Harmonies of #FD665A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD665A

Black with #FD665A

Text Example


Text Example

White with #FD665A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD665A; }

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

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

background-color css

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

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

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

border-color css

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

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

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