Html Css Color HEX #FD675D Bittersweet

📋 copy color: '#FD675D'

red 253 ◦ green 103 ◦ blue 93

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

Shades of Bittersweet #FD675D

Tints of Bittersweet #FD675D

RGB

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

 GREEN value IS 103 (40.63% from 255) = 22.94%

 BLUE value IS 93 (36.72% from 255) = 20.71%

R = 56.35%
G = 22.94%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FD675D (or 0xFD675D) is known color: Bittersweet. HEX triplet: FD, 67 and 5D. RGB value is (253,103,93). Sum of RGB (Red+Green+Blue) = 253+103+93=449 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.35% from 449); Green value is 103 (40.62% from 255 or 22.94% from 449); Blue value is 93 (36.72% from 255 or 20.71% from 449); Max value from RGB is 253 - color contains mainly: red. Hex color #FD675D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD675D is #0298A2. Grayscale: #929292. Windows color (decimal): -170147 or 6121469. OLE color: 6121469.

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

Color convert

RGB 253 103 93 -
CMYK 0 0.59 0.63 0.01
HSL 3.75º 0.98% 0.68% -
HSV(B) 3.75º 0.63% 0.99% -
XYZ 47.33 31.37 13.92 -
YUV 146.71 97.7 203.81 -
System Red Green Blue C M Y K H S L
Decimal 253 103 93 0 0.59 0.63 0.01 3.75 0.98 0.68
Hex FD 67 5D 0 3B 3F 1 4 62 44
Octal 375 147 135 0 73 77 1 4 142 104
Binary 11111101 1100111 1011101 0 111011 111111 1 100 1100010 1000100

Color Harmonies of #FD675D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD675D

Black with #FD675D

Text Example


Text Example

White with #FD675D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD675D; }

 p { color: rgb(253,103,93); }

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

background-color css

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

 a { background-color: rgb(253,103,93); }

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

border-color css

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

 span { border-color: rgb(253,103,93); }

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