Html Css Color HEX #FE7A61 Bittersweet

📋 copy color: '#FE7A61'

red 254 ◦ green 122 ◦ blue 97

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

Shades of Bittersweet #FE7A61

Tints of Bittersweet #FE7A61

RGB

 RED value IS 254 (99.61% from 255) = 53.7%

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

 BLUE value IS 97 (38.28% from 255) = 20.51%

R = 53.7%
G = 25.79%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.62

 K value IS 0.00

RGB Variations

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

Color information

#FE7A61 (or 0xFE7A61) is known color: Bittersweet. HEX triplet: FE, 7A and 61. RGB value is (254,122,97). Sum of RGB (Red+Green+Blue) = 254+122+97=473 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.70% from 473); Green value is 122 (48.05% from 255 or 25.79% from 473); Blue value is 97 (38.28% from 255 or 20.51% from 473); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7A61 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7A61 is #01859E. Grayscale: #9E9E9E. Windows color (decimal): -99743 or 6388478. OLE color: 6388478.

HSL color Cylindrical-coordinate representation of color #FE7A61: hue angle of 9.55º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FE7A61 is Cyan = 0, Magento = 0.52, Yellow = 0.62 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 122 97 -
CMYK 0 0.52 0.62 0.00
HSL 9.55º 0.99% 0.69% -
HSV(B) 9.55º 0.62% 1% -
XYZ 49.99 35.85 15.59 -
YUV 158.62 93.23 196.03 -
System Red Green Blue C M Y K H S L
Decimal 254 122 97 0 0.52 0.62 0.00 9.55 0.99 0.69
Hex FE 7A 61 0 34 3E 0 A 63 45
Octal 376 172 141 0 64 76 0 12 143 105
Binary 11111110 1111010 1100001 0 110100 111110 0 1010 1100011 1000101

Color Harmonies of #FE7A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7A61

Black with #FE7A61

Text Example


Text Example

White with #FE7A61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7A61; }

 p { color: rgb(254,122,97); }

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

background-color css

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

 a { background-color: rgb(254,122,97); }

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

border-color css

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

 span { border-color: rgb(254,122,97); }

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