Html Css Color HEX #FEC650 Golden Tainoi

📋 copy color: '#FEC650'

red 254 ◦ green 198 ◦ blue 80

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

Shades of Golden Tainoi #FEC650

Tints of Golden Tainoi #FEC650

RGB

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

 GREEN value IS 198 (77.73% from 255) = 37.22%

 BLUE value IS 80 (31.64% from 255) = 15.04%

R = 47.74%
G = 37.22%
B = 15.04%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.69

 K value IS 0.00

RGB Variations

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

Color information

#FEC650 (or 0xFEC650) is known color: Golden Tainoi. HEX triplet: FE, C6 and 50. RGB value is (254,198,80). Sum of RGB (Red+Green+Blue) = 254+198+80=532 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.74% from 532); Green value is 198 (77.73% from 255 or 37.22% from 532); Blue value is 80 (31.64% from 255 or 15.04% from 532); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC650 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC650 is #0139AF. Grayscale: #C9C9C9. Windows color (decimal): -80304 or 5293822. OLE color: 5293822.

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

Color convert

RGB 254 198 80 -
CMYK 0 0.22 0.69 0.00
HSL 40.69º 0.99% 0.65% -
HSV(B) 40.69º 0.69% 1% -
XYZ 62.52 62.04 16.27 -
YUV 201.29 59.55 165.59 -
System Red Green Blue C M Y K H S L
Decimal 254 198 80 0 0.22 0.69 0.00 40.69 0.99 0.65
Hex FE C6 50 0 16 45 0 29 63 41
Octal 376 306 120 0 26 105 0 51 143 101
Binary 11111110 11000110 1010000 0 10110 1000101 0 101001 1100011 1000001

Color Harmonies of #FEC650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC650

Black with #FEC650

Text Example


Text Example

White with #FEC650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC650; }

 p { color: rgb(254,198,80); }

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

background-color css

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

 a { background-color: rgb(254,198,80); }

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

border-color css

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

 span { border-color: rgb(254,198,80); }

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