Html Css Color HEX #FEC94B Golden Tainoi

📋 copy color: '#FEC94B'

red 254 ◦ green 201 ◦ blue 75

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

Shades of Golden Tainoi #FEC94B

Tints of Golden Tainoi #FEC94B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 14.15%

R = 47.92%
G = 37.92%
B = 14.15%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.70

 K value IS 0.00

RGB Variations

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

Color information

#FEC94B (or 0xFEC94B) is known color: Golden Tainoi. HEX triplet: FE, C9 and 4B. RGB value is (254,201,75). Sum of RGB (Red+Green+Blue) = 254+201+75=530 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.92% from 530); Green value is 201 (78.91% from 255 or 37.92% from 530); Blue value is 75 (29.69% from 255 or 14.15% from 530); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC94B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC94B is #0136B4. Grayscale: #CBCBCB. Windows color (decimal): -79541 or 4966910. OLE color: 4966910.

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

Color convert

RGB 254 201 75 -
CMYK 0 0.21 0.70 0.00
HSL 42.23º 0.99% 0.65% -
HSV(B) 42.23º 0.7% 1% -
XYZ 63.03 63.35 15.56 -
YUV 202.48 56.06 164.75 -
System Red Green Blue C M Y K H S L
Decimal 254 201 75 0 0.21 0.70 0.00 42.23 0.99 0.65
Hex FE C9 4B 0 15 46 0 2A 63 41
Octal 376 311 113 0 25 106 0 52 143 101
Binary 11111110 11001001 1001011 0 10101 1000110 0 101010 1100011 1000001

Color Harmonies of #FEC94B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC94B

Black with #FEC94B

Text Example


Text Example

White with #FEC94B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC94B; }

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

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

background-color css

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

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

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

border-color css

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

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

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