Html Css Color HEX #FEC359 Golden Tainoi

📋 copy color: '#FEC359'

red 254 ◦ green 195 ◦ blue 89

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

Shades of Golden Tainoi #FEC359

Tints of Golden Tainoi #FEC359

RGB

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

 GREEN value IS 195 (76.56% from 255) = 36.25%

 BLUE value IS 89 (35.16% from 255) = 16.54%

R = 47.21%
G = 36.25%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.65

 K value IS 0.00

RGB Variations

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

Color information

#FEC359 (or 0xFEC359) is known color: Golden Tainoi. HEX triplet: FE, C3 and 59. RGB value is (254,195,89). Sum of RGB (Red+Green+Blue) = 254+195+89=538 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.21% from 538); Green value is 195 (76.56% from 255 or 36.25% from 538); Blue value is 89 (35.16% from 255 or 16.54% from 538); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC359 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC359 is #013CA6. Grayscale: #C9C9C9. Windows color (decimal): -81063 or 5882878. OLE color: 5882878.

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

Color convert

RGB 254 195 89 -
CMYK 0 0.23 0.65 0.00
HSL 38.55º 0.99% 0.67% -
HSV(B) 38.55º 0.65% 1% -
XYZ 62.19 60.82 17.91 -
YUV 200.56 65.05 166.12 -
System Red Green Blue C M Y K H S L
Decimal 254 195 89 0 0.23 0.65 0.00 38.55 0.99 0.67
Hex FE C3 59 0 17 41 0 27 63 43
Octal 376 303 131 0 27 101 0 47 143 103
Binary 11111110 11000011 1011001 0 10111 1000001 0 100111 1100011 1000011

Color Harmonies of #FEC359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC359

Black with #FEC359

Text Example


Text Example

White with #FEC359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC359; }

 p { color: rgb(254,195,89); }

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

background-color css

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

 a { background-color: rgb(254,195,89); }

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

border-color css

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

 span { border-color: rgb(254,195,89); }

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