Html Css Color HEX #FEC542 Golden Tainoi

📋 copy color: '#FEC542'

red 254 ◦ green 197 ◦ blue 66

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

Shades of Golden Tainoi #FEC542

Tints of Golden Tainoi #FEC542

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 12.77%

R = 49.13%
G = 38.1%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.74

 K value IS 0.00

RGB Variations

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

Color information

#FEC542 (or 0xFEC542) is known color: Golden Tainoi. HEX triplet: FE, C5 and 42. RGB value is (254,197,66). Sum of RGB (Red+Green+Blue) = 254+197+66=517 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.13% from 517); Green value is 197 (77.34% from 255 or 38.10% from 517); Blue value is 66 (26.17% from 255 or 12.77% from 517); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC542 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC542 is #013ABD. Grayscale: #C7C7C7. Windows color (decimal): -80574 or 4376062. OLE color: 4376062.

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

Color convert

RGB 254 197 66 -
CMYK 0 0.22 0.74 0.00
HSL 41.81º 0.99% 0.63% -
HSV(B) 41.81º 0.74% 1% -
XYZ 61.82 61.4 13.75 -
YUV 199.11 52.88 167.15 -
System Red Green Blue C M Y K H S L
Decimal 254 197 66 0 0.22 0.74 0.00 41.81 0.99 0.63
Hex FE C5 42 0 16 4A 0 2A 63 3F
Octal 376 305 102 0 26 112 0 52 143 77
Binary 11111110 11000101 1000010 0 10110 1001010 0 101010 1100011 111111

Color Harmonies of #FEC542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC542

Black with #FEC542

Text Example


Text Example

White with #FEC542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC542; }

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

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

background-color css

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

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

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

border-color css

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

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

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