Html Css Color HEX #FE6455 Bittersweet

📋 copy color: '#FE6455'

red 254 ◦ green 100 ◦ blue 85

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

Shades of Bittersweet #FE6455

Tints of Bittersweet #FE6455

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.78%

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

R = 57.86%
G = 22.78%
B = 19.36%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.67

 K value IS 0.00

RGB Variations

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

Color information

#FE6455 (or 0xFE6455) is known color: Bittersweet. HEX triplet: FE, 64 and 55. RGB value is (254,100,85). Sum of RGB (Red+Green+Blue) = 254+100+85=439 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.86% from 439); Green value is 100 (39.45% from 255 or 22.78% from 439); Blue value is 85 (33.59% from 255 or 19.36% from 439); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6455 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6455 is #019BAA. Grayscale: #909090. Windows color (decimal): -105387 or 5596414. OLE color: 5596414.

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

Color convert

RGB 254 100 85 -
CMYK 0 0.61 0.67 0.00
HSL 5.33º 0.99% 0.66% -
HSV(B) 5.33º 0.67% 1% -
XYZ 47.07 30.84 12.07 -
YUV 144.34 94.52 206.22 -
System Red Green Blue C M Y K H S L
Decimal 254 100 85 0 0.61 0.67 0.00 5.33 0.99 0.66
Hex FE 64 55 0 3D 43 0 5 63 42
Octal 376 144 125 0 75 103 0 5 143 102
Binary 11111110 1100100 1010101 0 111101 1000011 0 101 1100011 1000010

Color Harmonies of #FE6455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6455

Black with #FE6455

Text Example


Text Example

White with #FE6455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6455; }

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

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

background-color css

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

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

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

border-color css

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

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

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