Html Css Color HEX #FE6156 Bittersweet

📋 copy color: '#FE6156'

red 254 ◦ green 97 ◦ blue 86

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

Shades of Bittersweet #FE6156

Tints of Bittersweet #FE6156

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.2%

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

R = 58.12%
G = 22.2%
B = 19.68%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.66

 K value IS 0.00

RGB Variations

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

Color information

#FE6156 (or 0xFE6156) is known color: Bittersweet. HEX triplet: FE, 61 and 56. RGB value is (254,97,86). Sum of RGB (Red+Green+Blue) = 254+97+86=437 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.12% from 437); Green value is 97 (38.28% from 255 or 22.20% from 437); Blue value is 86 (33.98% from 255 or 19.68% from 437); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6156 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6156 is #019EA9. Grayscale: #8E8E8E. Windows color (decimal): -106154 or 5661182. OLE color: 5661182.

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

Color convert

RGB 254 97 86 -
CMYK 0 0.62 0.66 0.00
HSL 3.93º 0.99% 0.67% -
HSV(B) 3.93º 0.66% 1% -
XYZ 46.83 30.29 12.18 -
YUV 142.69 96.01 207.39 -
System Red Green Blue C M Y K H S L
Decimal 254 97 86 0 0.62 0.66 0.00 3.93 0.99 0.67
Hex FE 61 56 0 3E 42 0 4 63 43
Octal 376 141 126 0 76 102 0 4 143 103
Binary 11111110 1100001 1010110 0 111110 1000010 0 100 1100011 1000011

Color Harmonies of #FE6156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6156

Black with #FE6156

Text Example


Text Example

White with #FE6156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6156; }

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

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

background-color css

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

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

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

border-color css

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

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

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