Html Css Color HEX #FD6E5C Bittersweet

📋 copy color: '#FD6E5C'

red 253 ◦ green 110 ◦ blue 92

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

Shades of Bittersweet #FD6E5C

Tints of Bittersweet #FD6E5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 20.22%

R = 55.6%
G = 24.18%
B = 20.22%

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

#FD6E5C (or 0xFD6E5C) is known color: Bittersweet. HEX triplet: FD, 6E and 5C. RGB value is (253,110,92). Sum of RGB (Red+Green+Blue) = 253+110+92=455 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.60% from 455); Green value is 110 (43.36% from 255 or 24.18% from 455); Blue value is 92 (36.33% from 255 or 20.22% from 455); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6E5C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD6E5C is #0291A3. Grayscale: #969696. Windows color (decimal): -168356 or 6057725. OLE color: 6057725.

HSL color Cylindrical-coordinate representation of color #FD6E5C: hue angle of 6.71º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FD6E5C is Cyan = 0, Magento = 0.57, Yellow = 0.64 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 110 92 -
CMYK 0 0.57 0.64 0.01
HSL 6.71º 0.98% 0.68% -
HSV(B) 6.71º 0.64% 0.99% -
XYZ 48.02 32.81 13.93 -
YUV 150.71 94.88 200.96 -
System Red Green Blue C M Y K H S L
Decimal 253 110 92 0 0.57 0.64 0.01 6.71 0.98 0.68
Hex FD 6E 5C 0 39 40 1 7 62 44
Octal 375 156 134 0 71 100 1 7 142 104
Binary 11111101 1101110 1011100 0 111001 1000000 1 111 1100010 1000100

Color Harmonies of #FD6E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD6E5C

Black with #FD6E5C

Text Example


Text Example

White with #FD6E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD6E5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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