Html Css Color HEX #FD6E5A Bittersweet

📋 copy color: '#FD6E5A'

red 253 ◦ green 110 ◦ blue 90

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

Shades of Bittersweet #FD6E5A

Tints of Bittersweet #FD6E5A

RGB

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

 GREEN value IS 110 (43.36% from 255) = 24.28%

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

R = 55.85%
G = 24.28%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FD6E5A (or 0xFD6E5A) is known color: Bittersweet. HEX triplet: FD, 6E and 5A. RGB value is (253,110,90). Sum of RGB (Red+Green+Blue) = 253+110+90=453 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.85% from 453); Green value is 110 (43.36% from 255 or 24.28% from 453); Blue value is 90 (35.55% from 255 or 19.87% from 453); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6E5A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD6E5A is #0291A5. Grayscale: #969696. Windows color (decimal): -168358 or 5926653. OLE color: 5926653.

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

Color convert

RGB 253 110 90 -
CMYK 0 0.57 0.64 0.01
HSL 7.36º 0.98% 0.67% -
HSV(B) 7.36º 0.64% 0.99% -
XYZ 47.93 32.77 13.47 -
YUV 150.48 93.88 201.13 -
System Red Green Blue C M Y K H S L
Decimal 253 110 90 0 0.57 0.64 0.01 7.36 0.98 0.67
Hex FD 6E 5A 0 39 40 1 7 62 43
Octal 375 156 132 0 71 100 1 7 142 103
Binary 11111101 1101110 1011010 0 111001 1000000 1 111 1100010 1000011

Color Harmonies of #FD6E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD6E5A

Black with #FD6E5A

Text Example


Text Example

White with #FD6E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD6E5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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