Html Css Color HEX #FD705E Bittersweet

📋 copy color: '#FD705E'

red 253 ◦ green 112 ◦ blue 94

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

Shades of Bittersweet #FD705E

Tints of Bittersweet #FD705E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 24.4%

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

R = 55.12%
G = 24.4%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FD705E (or 0xFD705E) is known color: Bittersweet. HEX triplet: FD, 70 and 5E. RGB value is (253,112,94). Sum of RGB (Red+Green+Blue) = 253+112+94=459 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.12% from 459); Green value is 112 (44.14% from 255 or 24.40% from 459); Blue value is 94 (37.11% from 255 or 20.48% from 459); Max value from RGB is 253 - color contains mainly: red. Hex color #FD705E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD705E is #028FA1. Grayscale: #989898. Windows color (decimal): -167842 or 6189309. OLE color: 6189309.

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

Color convert

RGB 253 112 94 -
CMYK 0 0.56 0.63 0.01
HSL 6.79º 0.98% 0.68% -
HSV(B) 6.79º 0.63% 0.99% -
XYZ 48.32 33.28 14.47 -
YUV 152.11 95.21 199.96 -
System Red Green Blue C M Y K H S L
Decimal 253 112 94 0 0.56 0.63 0.01 6.79 0.98 0.68
Hex FD 70 5E 0 38 3F 1 7 62 44
Octal 375 160 136 0 70 77 1 7 142 104
Binary 11111101 1110000 1011110 0 111000 111111 1 111 1100010 1000100

Color Harmonies of #FD705E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD705E

Black with #FD705E

Text Example


Text Example

White with #FD705E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD705E; }

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

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

background-color css

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

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

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

border-color css

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

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

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