Html Css Color HEX #FE6855 Bittersweet

📋 copy color: '#FE6855'

red 254 ◦ green 104 ◦ blue 85

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

Shades of Bittersweet #FE6855

Tints of Bittersweet #FE6855

RGB

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

 GREEN value IS 104 (41.02% from 255) = 23.48%

 BLUE value IS 85 (33.59% from 255) = 19.19%

R = 57.34%
G = 23.48%
B = 19.19%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.67

 K value IS 0.00

RGB Variations

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

Color information

#FE6855 (or 0xFE6855) is known color: Bittersweet. HEX triplet: FE, 68 and 55. RGB value is (254,104,85). Sum of RGB (Red+Green+Blue) = 254+104+85=443 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.34% from 443); Green value is 104 (41.02% from 255 or 23.48% from 443); Blue value is 85 (33.59% from 255 or 19.19% from 443); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6855 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6855 is #0197AA. Grayscale: #929292. Windows color (decimal): -104363 or 5597438. OLE color: 5597438.

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

Color convert

RGB 254 104 85 -
CMYK 0 0.59 0.67 0.00
HSL 6.75º 0.99% 0.66% -
HSV(B) 6.75º 0.67% 1% -
XYZ 47.46 31.63 12.2 -
YUV 146.68 93.2 204.54 -
System Red Green Blue C M Y K H S L
Decimal 254 104 85 0 0.59 0.67 0.00 6.75 0.99 0.66
Hex FE 68 55 0 3B 43 0 7 63 42
Octal 376 150 125 0 73 103 0 7 143 102
Binary 11111110 1101000 1010101 0 111011 1000011 0 111 1100011 1000010

Color Harmonies of #FE6855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6855

Black with #FE6855

Text Example


Text Example

White with #FE6855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6855; }

 p { color: rgb(254,104,85); }

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

background-color css

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

 a { background-color: rgb(254,104,85); }

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

border-color css

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

 span { border-color: rgb(254,104,85); }

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