Html Css Color HEX #FD735A Bittersweet

📋 copy color: '#FD735A'

red 253 ◦ green 115 ◦ blue 90

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

Shades of Bittersweet #FD735A

Tints of Bittersweet #FD735A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 19.65%

R = 55.24%
G = 25.11%
B = 19.65%

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

#FD735A (or 0xFD735A) is known color: Bittersweet. HEX triplet: FD, 73 and 5A. RGB value is (253,115,90). Sum of RGB (Red+Green+Blue) = 253+115+90=458 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.24% from 458); Green value is 115 (45.31% from 255 or 25.11% from 458); Blue value is 90 (35.55% from 255 or 19.65% from 458); Max value from RGB is 253 - color contains mainly: red. Hex color #FD735A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD735A is #028CA5. Grayscale: #999999. Windows color (decimal): -167078 or 5927933. OLE color: 5927933.

HSL color Cylindrical-coordinate representation of color #FD735A: hue angle of 9.2º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FD735A is Cyan = 0, Magento = 0.55, Yellow = 0.64 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 115 90 -
CMYK 0 0.55 0.64 0.01
HSL 9.2º 0.98% 0.67% -
HSV(B) 9.2º 0.64% 0.99% -
XYZ 48.48 33.88 13.66 -
YUV 153.41 92.22 199.03 -
System Red Green Blue C M Y K H S L
Decimal 253 115 90 0 0.55 0.64 0.01 9.2 0.98 0.67
Hex FD 73 5A 0 37 40 1 9 62 43
Octal 375 163 132 0 67 100 1 11 142 103
Binary 11111101 1110011 1011010 0 110111 1000000 1 1001 1100010 1000011

Color Harmonies of #FD735A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD735A

Black with #FD735A

Text Example


Text Example

White with #FD735A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD735A; }

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

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

background-color css

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

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

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

border-color css

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

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

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