Html Css Color HEX #FD7A65 Bittersweet

📋 copy color: '#FD7A65'

red 253 ◦ green 122 ◦ blue 101

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

Shades of Bittersweet #FD7A65

Tints of Bittersweet #FD7A65

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.63%

 BLUE value IS 101 (39.84% from 255) = 21.22%

R = 53.15%
G = 25.63%
B = 21.22%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FD7A65 (or 0xFD7A65) is known color: Bittersweet. HEX triplet: FD, 7A and 65. RGB value is (253,122,101). Sum of RGB (Red+Green+Blue) = 253+122+101=476 (63% of max value = 765). Red value is 253 (99.22% from 255 or 53.15% from 476); Green value is 122 (48.05% from 255 or 25.63% from 476); Blue value is 101 (39.84% from 255 or 21.22% from 476); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7A65 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD7A65 is #02859A. Grayscale: #9E9E9E. Windows color (decimal): -165275 or 6650621. OLE color: 6650621.

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

Color convert

RGB 253 122 101 -
CMYK 0 0.52 0.60 0.01
HSL 8.29º 0.97% 0.69% -
HSV(B) 8.29º 0.6% 0.99% -
XYZ 49.82 35.74 16.59 -
YUV 158.78 95.4 195.21 -
System Red Green Blue C M Y K H S L
Decimal 253 122 101 0 0.52 0.60 0.01 8.29 0.97 0.69
Hex FD 7A 65 0 34 3C 1 8 61 45
Octal 375 172 145 0 64 74 1 10 141 105
Binary 11111101 1111010 1100101 0 110100 111100 1 1000 1100001 1000101

Color Harmonies of #FD7A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD7A65

Black with #FD7A65

Text Example


Text Example

White with #FD7A65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD7A65; }

 p { color: rgb(253,122,101); }

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

background-color css

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

 a { background-color: rgb(253,122,101); }

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

border-color css

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

 span { border-color: rgb(253,122,101); }

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