Html Css Color HEX #FD7053 Bittersweet

📋 copy color: '#FD7053'

red 253 ◦ green 112 ◦ blue 83

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

Shades of Bittersweet #FD7053

Tints of Bittersweet #FD7053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 18.53%

R = 56.47%
G = 25%
B = 18.53%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.67

 K value IS 0.01

RGB Variations

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

Color information

#FD7053 (or 0xFD7053) is known color: Bittersweet. HEX triplet: FD, 70 and 53. RGB value is (253,112,83). Sum of RGB (Red+Green+Blue) = 253+112+83=448 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.47% from 448); Green value is 112 (44.14% from 255 or 25% from 448); Blue value is 83 (32.81% from 255 or 18.53% from 448); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7053 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD7053 is #028FAC. Grayscale: #979797. Windows color (decimal): -167853 or 5468413. OLE color: 5468413.

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

Color convert

RGB 253 112 83 -
CMYK 0 0.56 0.67 0.01
HSL 10.24º 0.98% 0.66% -
HSV(B) 10.24º 0.67% 0.99% -
XYZ 47.86 33.1 12.05 -
YUV 150.85 89.71 200.86 -
System Red Green Blue C M Y K H S L
Decimal 253 112 83 0 0.56 0.67 0.01 10.24 0.98 0.66
Hex FD 70 53 0 38 43 1 A 62 42
Octal 375 160 123 0 70 103 1 12 142 102
Binary 11111101 1110000 1010011 0 111000 1000011 1 1010 1100010 1000010

Color Harmonies of #FD7053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD7053

Black with #FD7053

Text Example


Text Example

White with #FD7053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD7053; }

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

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

background-color css

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

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

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

border-color css

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

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

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