Html Css Color HEX #FD735C Bittersweet

📋 copy color: '#FD735C'

red 253 ◦ green 115 ◦ blue 92

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

Shades of Bittersweet #FD735C

Tints of Bittersweet #FD735C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25%

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

R = 55%
G = 25%
B = 20%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FD735C (or 0xFD735C) is known color: Bittersweet. HEX triplet: FD, 73 and 5C. RGB value is (253,115,92). Sum of RGB (Red+Green+Blue) = 253+115+92=460 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55% from 460); Green value is 115 (45.31% from 255 or 25% from 460); Blue value is 92 (36.33% from 255 or 20% from 460); Max value from RGB is 253 - color contains mainly: red. Hex color #FD735C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD735C is #028CA3. Grayscale: #999999. Windows color (decimal): -167076 or 6059005. OLE color: 6059005.

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

Color convert

RGB 253 115 92 -
CMYK 0 0.55 0.64 0.01
HSL 8.57º 0.98% 0.68% -
HSV(B) 8.57º 0.64% 0.99% -
XYZ 48.57 33.92 14.11 -
YUV 153.64 93.22 198.87 -
System Red Green Blue C M Y K H S L
Decimal 253 115 92 0 0.55 0.64 0.01 8.57 0.98 0.68
Hex FD 73 5C 0 37 40 1 9 62 44
Octal 375 163 134 0 67 100 1 11 142 104
Binary 11111101 1110011 1011100 0 110111 1000000 1 1001 1100010 1000100

Color Harmonies of #FD735C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD735C

Black with #FD735C

Text Example


Text Example

White with #FD735C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD735C; }

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

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

background-color css

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

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

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

border-color css

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

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

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