Html Css Color HEX #FEC54B Golden Tainoi

📋 copy color: '#FEC54B'

red 254 ◦ green 197 ◦ blue 75

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

Shades of Golden Tainoi #FEC54B

Tints of Golden Tainoi #FEC54B

RGB

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

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

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

R = 48.29%
G = 37.45%
B = 14.26%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.70

 K value IS 0.00

RGB Variations

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

Color information

#FEC54B (or 0xFEC54B) is known color: Golden Tainoi. HEX triplet: FE, C5 and 4B. RGB value is (254,197,75). Sum of RGB (Red+Green+Blue) = 254+197+75=526 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.29% from 526); Green value is 197 (77.34% from 255 or 37.45% from 526); Blue value is 75 (29.69% from 255 or 14.26% from 526); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC54B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC54B is #013AB4. Grayscale: #C8C8C8. Windows color (decimal): -80565 or 4965886. OLE color: 4965886.

HSL color Cylindrical-coordinate representation of color #FEC54B: hue angle of 40.89º 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 #FEC54B is Cyan = 0, Magento = 0.22, Yellow = 0.70 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 197 75 -
CMYK 0 0.22 0.70 0.00
HSL 40.89º 0.99% 0.65% -
HSV(B) 40.89º 0.7% 1% -
XYZ 62.11 61.51 15.26 -
YUV 200.14 57.38 166.42 -
System Red Green Blue C M Y K H S L
Decimal 254 197 75 0 0.22 0.70 0.00 40.89 0.99 0.65
Hex FE C5 4B 0 16 46 0 29 63 41
Octal 376 305 113 0 26 106 0 51 143 101
Binary 11111110 11000101 1001011 0 10110 1000110 0 101001 1100011 1000001

Color Harmonies of #FEC54B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC54B

Black with #FEC54B

Text Example


Text Example

White with #FEC54B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC54B; }

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

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

background-color css

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

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

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

border-color css

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

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

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