Html Css Color HEX #FEC84F Golden Tainoi

📋 copy color: '#FEC84F'

red 254 ◦ green 200 ◦ blue 79

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

Shades of Golden Tainoi #FEC84F

Tints of Golden Tainoi #FEC84F

RGB

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

 GREEN value IS 200 (78.52% from 255) = 37.52%

 BLUE value IS 79 (31.25% from 255) = 14.82%

R = 47.65%
G = 37.52%
B = 14.82%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.69

 K value IS 0.00

RGB Variations

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

Color information

#FEC84F (or 0xFEC84F) is known color: Golden Tainoi. HEX triplet: FE, C8 and 4F. RGB value is (254,200,79). Sum of RGB (Red+Green+Blue) = 254+200+79=533 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.65% from 533); Green value is 200 (78.52% from 255 or 37.52% from 533); Blue value is 79 (31.25% from 255 or 14.82% from 533); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC84F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC84F is #0137B0. Grayscale: #CACACA. Windows color (decimal): -79793 or 5228798. OLE color: 5228798.

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

Color convert

RGB 254 200 79 -
CMYK 0 0.21 0.69 0.00
HSL 41.49º 0.99% 0.65% -
HSV(B) 41.49º 0.69% 1% -
XYZ 62.94 62.94 16.23 -
YUV 202.35 58.39 164.84 -
System Red Green Blue C M Y K H S L
Decimal 254 200 79 0 0.21 0.69 0.00 41.49 0.99 0.65
Hex FE C8 4F 0 15 45 0 29 63 41
Octal 376 310 117 0 25 105 0 51 143 101
Binary 11111110 11001000 1001111 0 10101 1000101 0 101001 1100011 1000001

Color Harmonies of #FEC84F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC84F

Black with #FEC84F

Text Example


Text Example

White with #FEC84F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC84F; }

 p { color: rgb(254,200,79); }

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

background-color css

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

 a { background-color: rgb(254,200,79); }

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

border-color css

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

 span { border-color: rgb(254,200,79); }

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