Html Css Color HEX #FEC05A Golden Tainoi

📋 copy color: '#FEC05A'

red 254 ◦ green 192 ◦ blue 90

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

Shades of Golden Tainoi #FEC05A

Tints of Golden Tainoi #FEC05A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 16.79%

R = 47.39%
G = 35.82%
B = 16.79%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.65

 K value IS 0.00

RGB Variations

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

Color information

#FEC05A (or 0xFEC05A) is known color: Golden Tainoi. HEX triplet: FE, C0 and 5A. RGB value is (254,192,90). Sum of RGB (Red+Green+Blue) = 254+192+90=536 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.39% from 536); Green value is 192 (75.39% from 255 or 35.82% from 536); Blue value is 90 (35.55% from 255 or 16.79% from 536); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC05A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC05A is #013FA5. Grayscale: #C7C7C7. Windows color (decimal): -81830 or 5947646. OLE color: 5947646.

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

Color convert

RGB 254 192 90 -
CMYK 0 0.24 0.65 0.00
HSL 37.32º 0.99% 0.67% -
HSV(B) 37.32º 0.65% 1% -
XYZ 61.57 59.51 17.91 -
YUV 198.91 66.54 167.29 -
System Red Green Blue C M Y K H S L
Decimal 254 192 90 0 0.24 0.65 0.00 37.32 0.99 0.67
Hex FE C0 5A 0 18 41 0 25 63 43
Octal 376 300 132 0 30 101 0 45 143 103
Binary 11111110 11000000 1011010 0 11000 1000001 0 100101 1100011 1000011

Color Harmonies of #FEC05A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC05A

Black with #FEC05A

Text Example


Text Example

White with #FEC05A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC05A; }

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

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

background-color css

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

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

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

border-color css

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

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

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