Html Css Color HEX #FD605C Bittersweet

📋 copy color: '#FD605C'

red 253 ◦ green 96 ◦ blue 92

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

Shades of Bittersweet #FD605C

Tints of Bittersweet #FD605C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.77%

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

R = 57.37%
G = 21.77%
B = 20.86%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FD605C (or 0xFD605C) is known color: Bittersweet. HEX triplet: FD, 60 and 5C. RGB value is (253,96,92). Sum of RGB (Red+Green+Blue) = 253+96+92=441 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.37% from 441); Green value is 96 (37.89% from 255 or 21.77% from 441); Blue value is 92 (36.33% from 255 or 20.86% from 441); Max value from RGB is 253 - color contains mainly: red. Hex color #FD605C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD605C is #029FA3. Grayscale: #8E8E8E. Windows color (decimal): -171940 or 6054141. OLE color: 6054141.

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

Color convert

RGB 253 96 92 -
CMYK 0 0.62 0.64 0.01
HSL 1.49º 0.98% 0.68% -
HSV(B) 1.49º 0.64% 0.99% -
XYZ 46.62 30.02 13.46 -
YUV 142.49 99.51 206.83 -
System Red Green Blue C M Y K H S L
Decimal 253 96 92 0 0.62 0.64 0.01 1.49 0.98 0.68
Hex FD 60 5C 0 3E 40 1 1 62 44
Octal 375 140 134 0 76 100 1 1 142 104
Binary 11111101 1100000 1011100 0 111110 1000000 1 1 1100010 1000100

Color Harmonies of #FD605C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD605C

Black with #FD605C

Text Example


Text Example

White with #FD605C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD605C; }

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

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

background-color css

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

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

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

border-color css

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

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

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