Html Css Color HEX #FE7056 Bittersweet

📋 copy color: '#FE7056'

red 254 ◦ green 112 ◦ blue 86

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

Shades of Bittersweet #FE7056

Tints of Bittersweet #FE7056

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 19.03%

R = 56.19%
G = 24.78%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.66

 K value IS 0.00

RGB Variations

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

Color information

#FE7056 (or 0xFE7056) is known color: Bittersweet. HEX triplet: FE, 70 and 56. RGB value is (254,112,86). Sum of RGB (Red+Green+Blue) = 254+112+86=452 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.19% from 452); Green value is 112 (44.14% from 255 or 24.78% from 452); Blue value is 86 (33.98% from 255 or 19.03% from 452); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7056 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7056 is #018FA9. Grayscale: #979797. Windows color (decimal): -102314 or 5665022. OLE color: 5665022.

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

Color convert

RGB 254 112 86 -
CMYK 0 0.56 0.66 0.00
HSL 9.29º 0.99% 0.67% -
HSV(B) 9.29º 0.66% 1% -
XYZ 48.35 33.33 12.69 -
YUV 151.49 91.04 201.11 -
System Red Green Blue C M Y K H S L
Decimal 254 112 86 0 0.56 0.66 0.00 9.29 0.99 0.67
Hex FE 70 56 0 38 42 0 9 63 43
Octal 376 160 126 0 70 102 0 11 143 103
Binary 11111110 1110000 1010110 0 111000 1000010 0 1001 1100011 1000011

Color Harmonies of #FE7056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7056

Black with #FE7056

Text Example


Text Example

White with #FE7056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7056; }

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

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

background-color css

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

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

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

border-color css

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

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

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