Html Css Color HEX #FD6C5C Bittersweet

📋 copy color: '#FD6C5C'

red 253 ◦ green 108 ◦ blue 92

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

Shades of Bittersweet #FD6C5C

Tints of Bittersweet #FD6C5C

RGB

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

 GREEN value IS 108 (42.58% from 255) = 23.84%

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

R = 55.85%
G = 23.84%
B = 20.31%

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

#FD6C5C (or 0xFD6C5C) is known color: Bittersweet. HEX triplet: FD, 6C and 5C. RGB value is (253,108,92). Sum of RGB (Red+Green+Blue) = 253+108+92=453 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.85% from 453); Green value is 108 (42.58% from 255 or 23.84% from 453); Blue value is 92 (36.33% from 255 or 20.31% from 453); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6C5C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD6C5C is #0293A3. Grayscale: #959595. Windows color (decimal): -168868 or 6057213. OLE color: 6057213.

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

Color convert

RGB 253 108 92 -
CMYK 0 0.57 0.64 0.01
HSL 5.96º 0.98% 0.68% -
HSV(B) 5.96º 0.64% 0.99% -
XYZ 47.8 32.38 13.86 -
YUV 149.53 95.54 201.8 -
System Red Green Blue C M Y K H S L
Decimal 253 108 92 0 0.57 0.64 0.01 5.96 0.98 0.68
Hex FD 6C 5C 0 39 40 1 6 62 44
Octal 375 154 134 0 71 100 1 6 142 104
Binary 11111101 1101100 1011100 0 111001 1000000 1 110 1100010 1000100

Color Harmonies of #FD6C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD6C5C

Black with #FD6C5C

Text Example


Text Example

White with #FD6C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD6C5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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