Html Css Color HEX #FE6256 Bittersweet

📋 copy color: '#FE6256'

red 254 ◦ green 98 ◦ blue 86

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

Shades of Bittersweet #FE6256

Tints of Bittersweet #FE6256

RGB

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

 GREEN value IS 98 (38.67% from 255) = 22.37%

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

R = 57.99%
G = 22.37%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.66

 K value IS 0.00

RGB Variations

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

Color information

#FE6256 (or 0xFE6256) is known color: Bittersweet. HEX triplet: FE, 62 and 56. RGB value is (254,98,86). Sum of RGB (Red+Green+Blue) = 254+98+86=438 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.99% from 438); Green value is 98 (38.67% from 255 or 22.37% from 438); Blue value is 86 (33.98% from 255 or 19.63% from 438); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6256 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6256 is #019DA9. Grayscale: #8F8F8F. Windows color (decimal): -105898 or 5661438. OLE color: 5661438.

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

Color convert

RGB 254 98 86 -
CMYK 0 0.61 0.66 0.00
HSL 4.29º 0.99% 0.67% -
HSV(B) 4.29º 0.66% 1% -
XYZ 46.92 30.48 12.21 -
YUV 143.28 95.68 206.98 -
System Red Green Blue C M Y K H S L
Decimal 254 98 86 0 0.61 0.66 0.00 4.29 0.99 0.67
Hex FE 62 56 0 3D 42 0 4 63 43
Octal 376 142 126 0 75 102 0 4 143 103
Binary 11111110 1100010 1010110 0 111101 1000010 0 100 1100011 1000011

Color Harmonies of #FE6256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6256

Black with #FE6256

Text Example


Text Example

White with #FE6256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6256; }

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

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

background-color css

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

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

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

border-color css

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

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

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