Html Css Color HEX #FD675C Bittersweet

📋 copy color: '#FD675C'

red 253 ◦ green 103 ◦ blue 92

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

Shades of Bittersweet #FD675C

Tints of Bittersweet #FD675C

RGB

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

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

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

R = 56.47%
G = 22.99%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FD675C (or 0xFD675C) is known color: Bittersweet. HEX triplet: FD, 67 and 5C. RGB value is (253,103,92). Sum of RGB (Red+Green+Blue) = 253+103+92=448 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.47% from 448); Green value is 103 (40.62% from 255 or 22.99% from 448); Blue value is 92 (36.33% from 255 or 20.54% from 448); Max value from RGB is 253 - color contains mainly: red. Hex color #FD675C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD675C is #0298A3. Grayscale: #929292. Windows color (decimal): -170148 or 6055933. OLE color: 6055933.

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

Color convert

RGB 253 103 92 -
CMYK 0 0.59 0.64 0.01
HSL 4.1º 0.98% 0.68% -
HSV(B) 4.1º 0.64% 0.99% -
XYZ 47.29 31.36 13.69 -
YUV 146.6 97.2 203.89 -
System Red Green Blue C M Y K H S L
Decimal 253 103 92 0 0.59 0.64 0.01 4.1 0.98 0.68
Hex FD 67 5C 0 3B 40 1 4 62 44
Octal 375 147 134 0 73 100 1 4 142 104
Binary 11111101 1100111 1011100 0 111011 1000000 1 100 1100010 1000100

Color Harmonies of #FD675C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD675C

Black with #FD675C

Text Example


Text Example

White with #FD675C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD675C; }

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

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

background-color css

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

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

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

border-color css

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

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

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