Html Css Color HEX #FEC144 Golden Tainoi

📋 copy color: '#FEC144'

red 254 ◦ green 193 ◦ blue 68

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

Shades of Golden Tainoi #FEC144

Tints of Golden Tainoi #FEC144

RGB

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

 GREEN value IS 193 (75.78% from 255) = 37.48%

 BLUE value IS 68 (26.95% from 255) = 13.2%

R = 49.32%
G = 37.48%
B = 13.2%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.73

 K value IS 0.00

RGB Variations

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

Color information

#FEC144 (or 0xFEC144) is known color: Golden Tainoi. HEX triplet: FE, C1 and 44. RGB value is (254,193,68). Sum of RGB (Red+Green+Blue) = 254+193+68=515 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.32% from 515); Green value is 193 (75.78% from 255 or 37.48% from 515); Blue value is 68 (26.95% from 255 or 13.20% from 515); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC144 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC144 is #013EBB. Grayscale: #C5C5C5. Windows color (decimal): -81596 or 4506110. OLE color: 4506110.

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

Color convert

RGB 254 193 68 -
CMYK 0 0.24 0.73 0.00
HSL 40.32º 0.99% 0.63% -
HSV(B) 40.32º 0.73% 1% -
XYZ 60.99 59.63 13.76 -
YUV 196.99 55.21 168.66 -
System Red Green Blue C M Y K H S L
Decimal 254 193 68 0 0.24 0.73 0.00 40.32 0.99 0.63
Hex FE C1 44 0 18 49 0 28 63 3F
Octal 376 301 104 0 30 111 0 50 143 77
Binary 11111110 11000001 1000100 0 11000 1001001 0 101000 1100011 111111

Color Harmonies of #FEC144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC144

Black with #FEC144

Text Example


Text Example

White with #FEC144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC144; }

 p { color: rgb(254,193,68); }

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

background-color css

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

 a { background-color: rgb(254,193,68); }

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

border-color css

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

 span { border-color: rgb(254,193,68); }

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