Html Css Color HEX #FEC04F Golden Tainoi

📋 copy color: '#FEC04F'

red 254 ◦ green 192 ◦ blue 79

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

Shades of Golden Tainoi #FEC04F

Tints of Golden Tainoi #FEC04F

RGB

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

 GREEN value IS 192 (75.39% from 255) = 36.57%

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

R = 48.38%
G = 36.57%
B = 15.05%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.69

 K value IS 0.00

RGB Variations

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

Color information

#FEC04F (or 0xFEC04F) is known color: Golden Tainoi. HEX triplet: FE, C0 and 4F. RGB value is (254,192,79). Sum of RGB (Red+Green+Blue) = 254+192+79=525 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.38% from 525); Green value is 192 (75.39% from 255 or 36.57% from 525); Blue value is 79 (31.25% from 255 or 15.05% from 525); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC04F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC04F is #013FB0. Grayscale: #C6C6C6. Windows color (decimal): -81841 or 5226750. OLE color: 5226750.

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

Color convert

RGB 254 192 79 -
CMYK 0 0.24 0.69 0.00
HSL 38.74º 0.99% 0.65% -
HSV(B) 38.74º 0.69% 1% -
XYZ 61.13 59.33 15.63 -
YUV 197.66 61.04 168.19 -
System Red Green Blue C M Y K H S L
Decimal 254 192 79 0 0.24 0.69 0.00 38.74 0.99 0.65
Hex FE C0 4F 0 18 45 0 27 63 41
Octal 376 300 117 0 30 105 0 47 143 101
Binary 11111110 11000000 1001111 0 11000 1000101 0 100111 1100011 1000001

Color Harmonies of #FEC04F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC04F

Black with #FEC04F

Text Example


Text Example

White with #FEC04F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC04F; }

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

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

background-color css

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

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

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

border-color css

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

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

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