Html Css Color HEX #FD7266 Bittersweet

📋 copy color: '#FD7266'

red 253 ◦ green 114 ◦ blue 102

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

Shades of Bittersweet #FD7266

Tints of Bittersweet #FD7266

RGB

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

 GREEN value IS 114 (44.92% from 255) = 24.31%

 BLUE value IS 102 (40.23% from 255) = 21.75%

R = 53.94%
G = 24.31%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FD7266 (or 0xFD7266) is known color: Bittersweet. HEX triplet: FD, 72 and 66. RGB value is (253,114,102). Sum of RGB (Red+Green+Blue) = 253+114+102=469 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.94% from 469); Green value is 114 (44.92% from 255 or 24.31% from 469); Blue value is 102 (40.23% from 255 or 21.75% from 469); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7266 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD7266 is #028D99. Grayscale: #9A9A9A. Windows color (decimal): -167322 or 6714109. OLE color: 6714109.

HSL color Cylindrical-coordinate representation of color #FD7266: hue angle of 4.77º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FD7266 is Cyan = 0, Magento = 0.55, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 114 102 -
CMYK 0 0.55 0.60 0.01
HSL 4.77º 0.97% 0.7% -
HSV(B) 4.77º 0.6% 0.99% -
XYZ 48.92 33.88 16.53 -
YUV 154.19 98.55 198.48 -
System Red Green Blue C M Y K H S L
Decimal 253 114 102 0 0.55 0.60 0.01 4.77 0.97 0.7
Hex FD 72 66 0 37 3C 1 5 61 46
Octal 375 162 146 0 67 74 1 5 141 106
Binary 11111101 1110010 1100110 0 110111 111100 1 101 1100001 1000110

Color Harmonies of #FD7266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD7266

Black with #FD7266

Text Example


Text Example

White with #FD7266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD7266; }

 p { color: rgb(253,114,102); }

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

background-color css

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

 a { background-color: rgb(253,114,102); }

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

border-color css

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

 span { border-color: rgb(253,114,102); }

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