Html Css Color HEX #FEC354 Golden Tainoi

📋 copy color: '#FEC354'

red 254 ◦ green 195 ◦ blue 84

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

Shades of Golden Tainoi #FEC354

Tints of Golden Tainoi #FEC354

RGB

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

 GREEN value IS 195 (76.56% from 255) = 36.59%

 BLUE value IS 84 (33.2% from 255) = 15.76%

R = 47.65%
G = 36.59%
B = 15.76%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.67

 K value IS 0.00

RGB Variations

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

Color information

#FEC354 (or 0xFEC354) is known color: Golden Tainoi. HEX triplet: FE, C3 and 54. RGB value is (254,195,84). Sum of RGB (Red+Green+Blue) = 254+195+84=533 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.65% from 533); Green value is 195 (76.56% from 255 or 36.59% from 533); Blue value is 84 (33.20% from 255 or 15.76% from 533); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC354 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC354 is #013CAB. Grayscale: #C8C8C8. Windows color (decimal): -81068 or 5555198. OLE color: 5555198.

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

Color convert

RGB 254 195 84 -
CMYK 0 0.23 0.67 0.00
HSL 39.18º 0.99% 0.66% -
HSV(B) 39.18º 0.67% 1% -
XYZ 61.99 60.74 16.84 -
YUV 199.99 62.55 166.53 -
System Red Green Blue C M Y K H S L
Decimal 254 195 84 0 0.23 0.67 0.00 39.18 0.99 0.66
Hex FE C3 54 0 17 43 0 27 63 42
Octal 376 303 124 0 27 103 0 47 143 102
Binary 11111110 11000011 1010100 0 10111 1000011 0 100111 1100011 1000010

Color Harmonies of #FEC354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC354

Black with #FEC354

Text Example


Text Example

White with #FEC354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC354; }

 p { color: rgb(254,195,84); }

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

background-color css

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

 a { background-color: rgb(254,195,84); }

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

border-color css

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

 span { border-color: rgb(254,195,84); }

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