Html Css Color HEX #FE7455 Bittersweet

📋 copy color: '#FE7455'

red 254 ◦ green 116 ◦ blue 85

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

Shades of Bittersweet #FE7455

Tints of Bittersweet #FE7455

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.49%

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

R = 55.82%
G = 25.49%
B = 18.68%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.67

 K value IS 0.00

RGB Variations

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

Color information

#FE7455 (or 0xFE7455) is known color: Bittersweet. HEX triplet: FE, 74 and 55. RGB value is (254,116,85). Sum of RGB (Red+Green+Blue) = 254+116+85=455 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.82% from 455); Green value is 116 (45.70% from 255 or 25.49% from 455); Blue value is 85 (33.59% from 255 or 18.68% from 455); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7455 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7455 is #018BAA. Grayscale: #999999. Windows color (decimal): -101291 or 5600510. OLE color: 5600510.

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

Color convert

RGB 254 116 85 -
CMYK 0 0.54 0.67 0.00
HSL 11.01º 0.99% 0.66% -
HSV(B) 11.01º 0.67% 1% -
XYZ 48.76 34.22 12.63 -
YUV 153.73 89.22 199.52 -
System Red Green Blue C M Y K H S L
Decimal 254 116 85 0 0.54 0.67 0.00 11.01 0.99 0.66
Hex FE 74 55 0 36 43 0 B 63 42
Octal 376 164 125 0 66 103 0 13 143 102
Binary 11111110 1110100 1010101 0 110110 1000011 0 1011 1100011 1000010

Color Harmonies of #FE7455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7455

Black with #FE7455

Text Example


Text Example

White with #FE7455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7455; }

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

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

background-color css

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

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

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

border-color css

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

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

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