Html Css Color HEX #FD645E Bittersweet

📋 copy color: '#FD645E'

red 253 ◦ green 100 ◦ blue 94

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

Shades of Bittersweet #FD645E

Tints of Bittersweet #FD645E

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.37%

 BLUE value IS 94 (37.11% from 255) = 21.03%

R = 56.6%
G = 22.37%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FD645E (or 0xFD645E) is known color: Bittersweet. HEX triplet: FD, 64 and 5E. RGB value is (253,100,94). Sum of RGB (Red+Green+Blue) = 253+100+94=447 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.60% from 447); Green value is 100 (39.45% from 255 or 22.37% from 447); Blue value is 94 (37.11% from 255 or 21.03% from 447); Max value from RGB is 253 - color contains mainly: red. Hex color #FD645E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD645E is #029BA1. Grayscale: #919191. Windows color (decimal): -170914 or 6186237. OLE color: 6186237.

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

Color convert

RGB 253 100 94 -
CMYK 0 0.60 0.63 0.01
HSL 2.26º 0.98% 0.68% -
HSV(B) 2.26º 0.63% 0.99% -
XYZ 47.09 30.81 14.05 -
YUV 145.06 99.19 204.99 -
System Red Green Blue C M Y K H S L
Decimal 253 100 94 0 0.60 0.63 0.01 2.26 0.98 0.68
Hex FD 64 5E 0 3C 3F 1 2 62 44
Octal 375 144 136 0 74 77 1 2 142 104
Binary 11111101 1100100 1011110 0 111100 111111 1 10 1100010 1000100

Color Harmonies of #FD645E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD645E

Black with #FD645E

Text Example


Text Example

White with #FD645E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD645E; }

 p { color: rgb(253,100,94); }

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

background-color css

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

 a { background-color: rgb(253,100,94); }

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

border-color css

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

 span { border-color: rgb(253,100,94); }

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