Html Css Color HEX #FE7262 Bittersweet

📋 copy color: '#FE7262'

red 254 ◦ green 114 ◦ blue 98

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

Shades of Bittersweet #FE7262

Tints of Bittersweet #FE7262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 21.03%

R = 54.51%
G = 24.46%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.61

 K value IS 0.00

RGB Variations

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

Color information

#FE7262 (or 0xFE7262) is known color: Bittersweet. HEX triplet: FE, 72 and 62. RGB value is (254,114,98). Sum of RGB (Red+Green+Blue) = 254+114+98=466 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.51% from 466); Green value is 114 (44.92% from 255 or 24.46% from 466); Blue value is 98 (38.67% from 255 or 21.03% from 466); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7262 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7262 is #018D9D. Grayscale: #9A9A9A. Windows color (decimal): -101790 or 6451966. OLE color: 6451966.

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

Color convert

RGB 254 114 98 -
CMYK 0 0.55 0.61 0.00
HSL 6.15º 0.99% 0.69% -
HSV(B) 6.15º 0.61% 1% -
XYZ 49.09 33.99 15.53 -
YUV 154.04 96.38 199.3 -
System Red Green Blue C M Y K H S L
Decimal 254 114 98 0 0.55 0.61 0.00 6.15 0.99 0.69
Hex FE 72 62 0 37 3D 0 6 63 45
Octal 376 162 142 0 67 75 0 6 143 105
Binary 11111110 1110010 1100010 0 110111 111101 0 110 1100011 1000101

Color Harmonies of #FE7262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7262

Black with #FE7262

Text Example


Text Example

White with #FE7262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7262; }

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

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

background-color css

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

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

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

border-color css

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

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

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