Html Css Color HEX #FD605A Bittersweet

📋 copy color: '#FD605A'

red 253 ◦ green 96 ◦ blue 90

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

Shades of Bittersweet #FD605A

Tints of Bittersweet #FD605A

RGB

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

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

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

R = 57.63%
G = 21.87%
B = 20.5%

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

#FD605A (or 0xFD605A) is known color: Bittersweet. HEX triplet: FD, 60 and 5A. RGB value is (253,96,90). Sum of RGB (Red+Green+Blue) = 253+96+90=439 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.63% from 439); Green value is 96 (37.89% from 255 or 21.87% from 439); Blue value is 90 (35.55% from 255 or 20.50% from 439); Max value from RGB is 253 - color contains mainly: red. Hex color #FD605A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD605A is #029FA5. Grayscale: #8E8E8E. Windows color (decimal): -171942 or 5923069. OLE color: 5923069.

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

Color convert

RGB 253 96 90 -
CMYK 0 0.62 0.64 0.01
HSL 2.21º 0.98% 0.67% -
HSV(B) 2.21º 0.64% 0.99% -
XYZ 46.54 29.99 13.01 -
YUV 142.26 98.51 206.99 -
System Red Green Blue C M Y K H S L
Decimal 253 96 90 0 0.62 0.64 0.01 2.21 0.98 0.67
Hex FD 60 5A 0 3E 40 1 2 62 43
Octal 375 140 132 0 76 100 1 2 142 103
Binary 11111101 1100000 1011010 0 111110 1000000 1 10 1100010 1000011

Color Harmonies of #FD605A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD605A

Black with #FD605A

Text Example


Text Example

White with #FD605A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD605A; }

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

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

background-color css

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

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

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

border-color css

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

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

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