Html Css Color HEX #FEC458 Golden Tainoi

📋 copy color: '#FEC458'

red 254 ◦ green 196 ◦ blue 88

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

Shades of Golden Tainoi #FEC458

Tints of Golden Tainoi #FEC458

RGB

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

 GREEN value IS 196 (76.95% from 255) = 36.43%

 BLUE value IS 88 (34.77% from 255) = 16.36%

R = 47.21%
G = 36.43%
B = 16.36%

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

#FEC458 (or 0xFEC458) is known color: Golden Tainoi. HEX triplet: FE, C4 and 58. RGB value is (254,196,88). Sum of RGB (Red+Green+Blue) = 254+196+88=538 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.21% from 538); Green value is 196 (76.95% from 255 or 36.43% from 538); Blue value is 88 (34.77% from 255 or 16.36% from 538); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC458 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC458 is #013BA7. Grayscale: #C9C9C9. Windows color (decimal): -80808 or 5817598. OLE color: 5817598.

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

Color convert

RGB 254 196 88 -
CMYK 0 0.23 0.65 0.00
HSL 39.04º 0.99% 0.67% -
HSV(B) 39.04º 0.65% 1% -
XYZ 62.37 61.26 17.77 -
YUV 201.03 64.22 165.78 -
System Red Green Blue C M Y K H S L
Decimal 254 196 88 0 0.23 0.65 0.00 39.04 0.99 0.67
Hex FE C4 58 0 17 41 0 27 63 43
Octal 376 304 130 0 27 101 0 47 143 103
Binary 11111110 11000100 1011000 0 10111 1000001 0 100111 1100011 1000011

Color Harmonies of #FEC458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC458

Black with #FEC458

Text Example


Text Example

White with #FEC458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC458; }

 p { color: rgb(254,196,88); }

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

background-color css

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

 a { background-color: rgb(254,196,88); }

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

border-color css

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

 span { border-color: rgb(254,196,88); }

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