Html Css Color HEX #FE775A Bittersweet

📋 copy color: '#FE775A'

red 254 ◦ green 119 ◦ blue 90

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

Shades of Bittersweet #FE775A

Tints of Bittersweet #FE775A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 19.44%

R = 54.86%
G = 25.7%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.65

 K value IS 0.00

RGB Variations

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

Color information

#FE775A (or 0xFE775A) is known color: Bittersweet. HEX triplet: FE, 77 and 5A. RGB value is (254,119,90). Sum of RGB (Red+Green+Blue) = 254+119+90=463 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.86% from 463); Green value is 119 (46.88% from 255 or 25.70% from 463); Blue value is 90 (35.55% from 255 or 19.44% from 463); Max value from RGB is 254 - color contains mainly: red. Hex color #FE775A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE775A is #0188A5. Grayscale: #9C9C9C. Windows color (decimal): -100518 or 5928958. OLE color: 5928958.

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

Color convert

RGB 254 119 90 -
CMYK 0 0.53 0.65 0.00
HSL 10.61º 0.99% 0.67% -
HSV(B) 10.61º 0.65% 1% -
XYZ 49.32 35 13.83 -
YUV 156.06 90.73 197.86 -
System Red Green Blue C M Y K H S L
Decimal 254 119 90 0 0.53 0.65 0.00 10.61 0.99 0.67
Hex FE 77 5A 0 35 41 0 B 63 43
Octal 376 167 132 0 65 101 0 13 143 103
Binary 11111110 1110111 1011010 0 110101 1000001 0 1011 1100011 1000011

Color Harmonies of #FE775A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE775A

Black with #FE775A

Text Example


Text Example

White with #FE775A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE775A; }

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

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

background-color css

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

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

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

border-color css

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

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

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