Html Css Color HEX #FEC956 Golden Tainoi

📋 copy color: '#FEC956'

red 254 ◦ green 201 ◦ blue 86

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

Shades of Golden Tainoi #FEC956

Tints of Golden Tainoi #FEC956

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 15.9%

R = 46.95%
G = 37.15%
B = 15.9%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.66

 K value IS 0.00

RGB Variations

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

Color information

#FEC956 (or 0xFEC956) is known color: Golden Tainoi. HEX triplet: FE, C9 and 56. RGB value is (254,201,86). Sum of RGB (Red+Green+Blue) = 254+201+86=541 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.95% from 541); Green value is 201 (78.91% from 255 or 37.15% from 541); Blue value is 86 (33.98% from 255 or 15.90% from 541); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC956 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC956 is #0136A9. Grayscale: #CCCCCC. Windows color (decimal): -79530 or 5687806. OLE color: 5687806.

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

Color convert

RGB 254 201 86 -
CMYK 0 0.21 0.66 0.00
HSL 41.07º 0.99% 0.67% -
HSV(B) 41.07º 0.66% 1% -
XYZ 63.44 63.52 17.72 -
YUV 203.74 61.56 163.85 -
System Red Green Blue C M Y K H S L
Decimal 254 201 86 0 0.21 0.66 0.00 41.07 0.99 0.67
Hex FE C9 56 0 15 42 0 29 63 43
Octal 376 311 126 0 25 102 0 51 143 103
Binary 11111110 11001001 1010110 0 10101 1000010 0 101001 1100011 1000011

Color Harmonies of #FEC956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC956

Black with #FEC956

Text Example


Text Example

White with #FEC956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC956; }

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

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

background-color css

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

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

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

border-color css

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

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

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