Html Css Color HEX #FEC24F Golden Tainoi

📋 copy color: '#FEC24F'

red 254 ◦ green 194 ◦ blue 79

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

Shades of Golden Tainoi #FEC24F

Tints of Golden Tainoi #FEC24F

RGB

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

 GREEN value IS 194 (76.17% from 255) = 36.81%

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

R = 48.2%
G = 36.81%
B = 14.99%

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

#FEC24F (or 0xFEC24F) is known color: Golden Tainoi. HEX triplet: FE, C2 and 4F. RGB value is (254,194,79). Sum of RGB (Red+Green+Blue) = 254+194+79=527 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.20% from 527); Green value is 194 (76.17% from 255 or 36.81% from 527); Blue value is 79 (31.25% from 255 or 14.99% from 527); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC24F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC24F is #013DB0. Grayscale: #C7C7C7. Windows color (decimal): -81329 or 5227262. OLE color: 5227262.

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

Color convert

RGB 254 194 79 -
CMYK 0 0.24 0.69 0.00
HSL 39.43º 0.99% 0.65% -
HSV(B) 39.43º 0.69% 1% -
XYZ 61.58 60.22 15.78 -
YUV 198.83 60.38 167.35 -
System Red Green Blue C M Y K H S L
Decimal 254 194 79 0 0.24 0.69 0.00 39.43 0.99 0.65
Hex FE C2 4F 0 18 45 0 27 63 41
Octal 376 302 117 0 30 105 0 47 143 101
Binary 11111110 11000010 1001111 0 11000 1000101 0 100111 1100011 1000001

Color Harmonies of #FEC24F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC24F

Black with #FEC24F

Text Example


Text Example

White with #FEC24F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC24F; }

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

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

background-color css

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

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

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

border-color css

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

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

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