Html Css Color HEX #FE775D Bittersweet

📋 copy color: '#FE775D'

red 254 ◦ green 119 ◦ blue 93

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

Shades of Bittersweet #FE775D

Tints of Bittersweet #FE775D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 25.54%

 BLUE value IS 93 (36.72% from 255) = 19.96%

R = 54.51%
G = 25.54%
B = 19.96%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.63

 K value IS 0.00

RGB Variations

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

Color information

#FE775D (or 0xFE775D) is known color: Bittersweet. HEX triplet: FE, 77 and 5D. RGB value is (254,119,93). Sum of RGB (Red+Green+Blue) = 254+119+93=466 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.51% from 466); Green value is 119 (46.88% from 255 or 25.54% from 466); Blue value is 93 (36.72% from 255 or 19.96% from 466); Max value from RGB is 254 - color contains mainly: red. Hex color #FE775D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE775D is #0188A2. Grayscale: #9C9C9C. Windows color (decimal): -100515 or 6125566. OLE color: 6125566.

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

Color convert

RGB 254 119 93 -
CMYK 0 0.53 0.63 0.00
HSL 9.69º 0.99% 0.68% -
HSV(B) 9.69º 0.63% 1% -
XYZ 49.45 35.05 14.52 -
YUV 156.4 92.23 197.61 -
System Red Green Blue C M Y K H S L
Decimal 254 119 93 0 0.53 0.63 0.00 9.69 0.99 0.68
Hex FE 77 5D 0 35 3F 0 A 63 44
Octal 376 167 135 0 65 77 0 12 143 104
Binary 11111110 1110111 1011101 0 110101 111111 0 1010 1100011 1000100

Color Harmonies of #FE775D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE775D

Black with #FE775D

Text Example


Text Example

White with #FE775D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE775D; }

 p { color: rgb(254,119,93); }

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

background-color css

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

 a { background-color: rgb(254,119,93); }

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

border-color css

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

 span { border-color: rgb(254,119,93); }

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