Html Css Color HEX #FEC954 Golden Tainoi

📋 copy color: '#FEC954'

red 254 ◦ green 201 ◦ blue 84

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

Shades of Golden Tainoi #FEC954

Tints of Golden Tainoi #FEC954

RGB

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

 GREEN value IS 201 (78.91% from 255) = 37.29%

 BLUE value IS 84 (33.2% from 255) = 15.58%

R = 47.12%
G = 37.29%
B = 15.58%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.67

 K value IS 0.00

RGB Variations

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

Color information

#FEC954 (or 0xFEC954) is known color: Golden Tainoi. HEX triplet: FE, C9 and 54. RGB value is (254,201,84). Sum of RGB (Red+Green+Blue) = 254+201+84=539 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.12% from 539); Green value is 201 (78.91% from 255 or 37.29% from 539); Blue value is 84 (33.20% from 255 or 15.58% from 539); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC954 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC954 is #0136AB. Grayscale: #CCCCCC. Windows color (decimal): -79532 or 5556734. OLE color: 5556734.

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

Color convert

RGB 254 201 84 -
CMYK 0 0.21 0.67 0.00
HSL 41.29º 0.99% 0.66% -
HSV(B) 41.29º 0.67% 1% -
XYZ 63.36 63.48 17.3 -
YUV 203.51 60.56 164.01 -
System Red Green Blue C M Y K H S L
Decimal 254 201 84 0 0.21 0.67 0.00 41.29 0.99 0.66
Hex FE C9 54 0 15 43 0 29 63 42
Octal 376 311 124 0 25 103 0 51 143 102
Binary 11111110 11001001 1010100 0 10101 1000011 0 101001 1100011 1000010

Color Harmonies of #FEC954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC954

Black with #FEC954

Text Example


Text Example

White with #FEC954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC954; }

 p { color: rgb(254,201,84); }

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

background-color css

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

 a { background-color: rgb(254,201,84); }

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

border-color css

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

 span { border-color: rgb(254,201,84); }

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