Html Css Color HEX #FEC74A Golden Tainoi

📋 copy color: '#FEC74A'

red 254 ◦ green 199 ◦ blue 74

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

Shades of Golden Tainoi #FEC74A

Tints of Golden Tainoi #FEC74A

RGB

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

 GREEN value IS 199 (78.13% from 255) = 37.76%

 BLUE value IS 74 (29.3% from 255) = 14.04%

R = 48.2%
G = 37.76%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.71

 K value IS 0.00

RGB Variations

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

Color information

#FEC74A (or 0xFEC74A) is known color: Golden Tainoi. HEX triplet: FE, C7 and 4A. RGB value is (254,199,74). Sum of RGB (Red+Green+Blue) = 254+199+74=527 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.20% from 527); Green value is 199 (78.12% from 255 or 37.76% from 527); Blue value is 74 (29.30% from 255 or 14.04% from 527); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC74A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC74A is #0138B5. Grayscale: #C9C9C9. Windows color (decimal): -80054 or 4900862. OLE color: 4900862.

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

Color convert

RGB 254 199 74 -
CMYK 0 0.22 0.71 0.00
HSL 41.67º 0.99% 0.64% -
HSV(B) 41.67º 0.71% 1% -
XYZ 62.53 62.41 15.23 -
YUV 201.2 56.22 165.66 -
System Red Green Blue C M Y K H S L
Decimal 254 199 74 0 0.22 0.71 0.00 41.67 0.99 0.64
Hex FE C7 4A 0 16 47 0 2A 63 40
Octal 376 307 112 0 26 107 0 52 143 100
Binary 11111110 11000111 1001010 0 10110 1000111 0 101010 1100011 1000000

Color Harmonies of #FEC74A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC74A

Black with #FEC74A

Text Example


Text Example

White with #FEC74A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC74A; }

 p { color: rgb(254,199,74); }

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

background-color css

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

 a { background-color: rgb(254,199,74); }

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

border-color css

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

 span { border-color: rgb(254,199,74); }

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