Html Css Color HEX #FEC558 Golden Tainoi

📋 copy color: '#FEC558'

red 254 ◦ green 197 ◦ blue 88

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

Shades of Golden Tainoi #FEC558

Tints of Golden Tainoi #FEC558

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 16.33%

R = 47.12%
G = 36.55%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.65

 K value IS 0.00

RGB Variations

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

Color information

#FEC558 (or 0xFEC558) is known color: Golden Tainoi. HEX triplet: FE, C5 and 58. RGB value is (254,197,88). Sum of RGB (Red+Green+Blue) = 254+197+88=539 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.12% from 539); Green value is 197 (77.34% from 255 or 36.55% from 539); Blue value is 88 (34.77% from 255 or 16.33% from 539); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC558 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC558 is #013AA7. Grayscale: #CACACA. Windows color (decimal): -80552 or 5817854. OLE color: 5817854.

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

Color convert

RGB 254 197 88 -
CMYK 0 0.22 0.65 0.00
HSL 39.4º 0.99% 0.67% -
HSV(B) 39.4º 0.65% 1% -
XYZ 62.6 61.71 17.84 -
YUV 201.62 63.88 165.36 -
System Red Green Blue C M Y K H S L
Decimal 254 197 88 0 0.22 0.65 0.00 39.4 0.99 0.67
Hex FE C5 58 0 16 41 0 27 63 43
Octal 376 305 130 0 26 101 0 47 143 103
Binary 11111110 11000101 1011000 0 10110 1000001 0 100111 1100011 1000011

Color Harmonies of #FEC558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC558

Black with #FEC558

Text Example


Text Example

White with #FEC558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC558; }

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

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

background-color css

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

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

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

border-color css

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

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

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