Html Css Color HEX #FE7261 Bittersweet

📋 copy color: '#FE7261'

red 254 ◦ green 114 ◦ blue 97

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

Shades of Bittersweet #FE7261

Tints of Bittersweet #FE7261

RGB

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

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

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

R = 54.62%
G = 24.52%
B = 20.86%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.62

 K value IS 0.00

RGB Variations

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

Color information

#FE7261 (or 0xFE7261) is known color: Bittersweet. HEX triplet: FE, 72 and 61. RGB value is (254,114,97). Sum of RGB (Red+Green+Blue) = 254+114+97=465 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.62% from 465); Green value is 114 (44.92% from 255 or 24.52% from 465); Blue value is 97 (38.28% from 255 or 20.86% from 465); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7261 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7261 is #018D9E. Grayscale: #9A9A9A. Windows color (decimal): -101791 or 6386430. OLE color: 6386430.

HSL color Cylindrical-coordinate representation of color #FE7261: hue angle of 6.5º 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 #FE7261 is Cyan = 0, Magento = 0.55, Yellow = 0.62 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 114 97 -
CMYK 0 0.55 0.62 0.00
HSL 6.5º 0.99% 0.69% -
HSV(B) 6.5º 0.62% 1% -
XYZ 49.05 33.97 15.28 -
YUV 153.92 95.88 199.38 -
System Red Green Blue C M Y K H S L
Decimal 254 114 97 0 0.55 0.62 0.00 6.5 0.99 0.69
Hex FE 72 61 0 37 3E 0 6 63 45
Octal 376 162 141 0 67 76 0 6 143 105
Binary 11111110 1110010 1100001 0 110111 111110 0 110 1100011 1000101

Color Harmonies of #FE7261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7261

Black with #FE7261

Text Example


Text Example

White with #FE7261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7261; }

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

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

background-color css

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

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

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

border-color css

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

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

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