Html Css Color HEX #FE745B Bittersweet

📋 copy color: '#FE745B'

red 254 ◦ green 116 ◦ blue 91

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

Shades of Bittersweet #FE745B

Tints of Bittersweet #FE745B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 19.74%

R = 55.1%
G = 25.16%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.64

 K value IS 0.00

RGB Variations

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

Color information

#FE745B (or 0xFE745B) is known color: Bittersweet. HEX triplet: FE, 74 and 5B. RGB value is (254,116,91). Sum of RGB (Red+Green+Blue) = 254+116+91=461 (61% of max value = 765). Red value is 254 (99.61% from 255 or 55.10% from 461); Green value is 116 (45.70% from 255 or 25.16% from 461); Blue value is 91 (35.94% from 255 or 19.74% from 461); Max value from RGB is 254 - color contains mainly: red. Hex color #FE745B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE745B is #018BA4. Grayscale: #9A9A9A. Windows color (decimal): -101285 or 5993726. OLE color: 5993726.

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

Color convert

RGB 254 116 91 -
CMYK 0 0.54 0.64 0.00
HSL 9.2º 0.99% 0.68% -
HSV(B) 9.2º 0.64% 1% -
XYZ 49.01 34.32 13.94 -
YUV 154.41 92.22 199.03 -
System Red Green Blue C M Y K H S L
Decimal 254 116 91 0 0.54 0.64 0.00 9.2 0.99 0.68
Hex FE 74 5B 0 36 40 0 9 63 44
Octal 376 164 133 0 66 100 0 11 143 104
Binary 11111110 1110100 1011011 0 110110 1000000 0 1001 1100011 1000100

Color Harmonies of #FE745B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE745B

Black with #FE745B

Text Example


Text Example

White with #FE745B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE745B; }

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

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

background-color css

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

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

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

border-color css

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

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

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