Html Css Color HEX #FE7062 Bittersweet

📋 copy color: '#FE7062'

red 254 ◦ green 112 ◦ blue 98

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

Shades of Bittersweet #FE7062

Tints of Bittersweet #FE7062

RGB

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

 GREEN value IS 112 (44.14% from 255) = 24.14%

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

R = 54.74%
G = 24.14%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.61

 K value IS 0.00

RGB Variations

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

Color information

#FE7062 (or 0xFE7062) is known color: Bittersweet. HEX triplet: FE, 70 and 62. RGB value is (254,112,98). Sum of RGB (Red+Green+Blue) = 254+112+98=464 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.74% from 464); Green value is 112 (44.14% from 255 or 24.14% from 464); Blue value is 98 (38.67% from 255 or 21.12% from 464); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7062 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7062 is #018F9D. Grayscale: #999999. Windows color (decimal): -102302 or 6451454. OLE color: 6451454.

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

Color convert

RGB 254 112 98 -
CMYK 0 0.56 0.61 0.00
HSL 5.38º 0.99% 0.69% -
HSV(B) 5.38º 0.61% 1% -
XYZ 48.87 33.54 15.45 -
YUV 152.86 97.04 200.14 -
System Red Green Blue C M Y K H S L
Decimal 254 112 98 0 0.56 0.61 0.00 5.38 0.99 0.69
Hex FE 70 62 0 38 3D 0 5 63 45
Octal 376 160 142 0 70 75 0 5 143 105
Binary 11111110 1110000 1100010 0 111000 111101 0 101 1100011 1000101

Color Harmonies of #FE7062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7062

Black with #FE7062

Text Example


Text Example

White with #FE7062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7062; }

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

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

background-color css

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

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

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

border-color css

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

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

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