Html Css Color HEX #FD705C Bittersweet

📋 copy color: '#FD705C'

red 253 ◦ green 112 ◦ blue 92

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

Shades of Bittersweet #FD705C

Tints of Bittersweet #FD705C

RGB

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

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

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

R = 55.36%
G = 24.51%
B = 20.13%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FD705C (or 0xFD705C) is known color: Bittersweet. HEX triplet: FD, 70 and 5C. RGB value is (253,112,92). Sum of RGB (Red+Green+Blue) = 253+112+92=457 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.36% from 457); Green value is 112 (44.14% from 255 or 24.51% from 457); Blue value is 92 (36.33% from 255 or 20.13% from 457); Max value from RGB is 253 - color contains mainly: red. Hex color #FD705C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD705C is #028FA3. Grayscale: #989898. Windows color (decimal): -167844 or 6058237. OLE color: 6058237.

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

Color convert

RGB 253 112 92 -
CMYK 0 0.56 0.64 0.01
HSL 7.45º 0.98% 0.68% -
HSV(B) 7.45º 0.64% 0.99% -
XYZ 48.23 33.24 14 -
YUV 151.88 94.21 200.13 -
System Red Green Blue C M Y K H S L
Decimal 253 112 92 0 0.56 0.64 0.01 7.45 0.98 0.68
Hex FD 70 5C 0 38 40 1 7 62 44
Octal 375 160 134 0 70 100 1 7 142 104
Binary 11111101 1110000 1011100 0 111000 1000000 1 111 1100010 1000100

Color Harmonies of #FD705C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD705C

Black with #FD705C

Text Example


Text Example

White with #FD705C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD705C; }

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

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

background-color css

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

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

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

border-color css

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

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

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