Html Css Color HEX #FEC550 Golden Tainoi

📋 copy color: '#FEC550'

red 254 ◦ green 197 ◦ blue 80

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

Shades of Golden Tainoi #FEC550

Tints of Golden Tainoi #FEC550

RGB

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

 GREEN value IS 197 (77.34% from 255) = 37.1%

 BLUE value IS 80 (31.64% from 255) = 15.07%

R = 47.83%
G = 37.1%
B = 15.07%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.69

 K value IS 0.00

RGB Variations

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

Color information

#FEC550 (or 0xFEC550) is known color: Golden Tainoi. HEX triplet: FE, C5 and 50. RGB value is (254,197,80). Sum of RGB (Red+Green+Blue) = 254+197+80=531 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.83% from 531); Green value is 197 (77.34% from 255 or 37.10% from 531); Blue value is 80 (31.64% from 255 or 15.07% from 531); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC550 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC550 is #013AAF. Grayscale: #C9C9C9. Windows color (decimal): -80560 or 5293566. OLE color: 5293566.

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

Color convert

RGB 254 197 80 -
CMYK 0 0.22 0.69 0.00
HSL 40.34º 0.99% 0.65% -
HSV(B) 40.34º 0.69% 1% -
XYZ 62.29 61.58 16.19 -
YUV 200.71 59.88 166.01 -
System Red Green Blue C M Y K H S L
Decimal 254 197 80 0 0.22 0.69 0.00 40.34 0.99 0.65
Hex FE C5 50 0 16 45 0 28 63 41
Octal 376 305 120 0 26 105 0 50 143 101
Binary 11111110 11000101 1010000 0 10110 1000101 0 101000 1100011 1000001

Color Harmonies of #FEC550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC550

Black with #FEC550

Text Example


Text Example

White with #FEC550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC550; }

 p { color: rgb(254,197,80); }

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

background-color css

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

 a { background-color: rgb(254,197,80); }

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

border-color css

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

 span { border-color: rgb(254,197,80); }

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