Html Css Color HEX #FEC058 Golden Tainoi

📋 copy color: '#FEC058'

red 254 ◦ green 192 ◦ blue 88

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

Shades of Golden Tainoi #FEC058

Tints of Golden Tainoi #FEC058

RGB

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

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

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

R = 47.57%
G = 35.96%
B = 16.48%

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

#FEC058 (or 0xFEC058) is known color: Golden Tainoi. HEX triplet: FE, C0 and 58. RGB value is (254,192,88). Sum of RGB (Red+Green+Blue) = 254+192+88=534 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.57% from 534); Green value is 192 (75.39% from 255 or 35.96% from 534); Blue value is 88 (34.77% from 255 or 16.48% from 534); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC058 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC058 is #013FA7. Grayscale: #C7C7C7. Windows color (decimal): -81832 or 5816574. OLE color: 5816574.

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

Color convert

RGB 254 192 88 -
CMYK 0 0.24 0.65 0.00
HSL 37.59º 0.99% 0.67% -
HSV(B) 37.59º 0.65% 1% -
XYZ 61.48 59.47 17.47 -
YUV 198.68 65.54 167.46 -
System Red Green Blue C M Y K H S L
Decimal 254 192 88 0 0.24 0.65 0.00 37.59 0.99 0.67
Hex FE C0 58 0 18 41 0 26 63 43
Octal 376 300 130 0 30 101 0 46 143 103
Binary 11111110 11000000 1011000 0 11000 1000001 0 100110 1100011 1000011

Color Harmonies of #FEC058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC058

Black with #FEC058

Text Example


Text Example

White with #FEC058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC058; }

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

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

background-color css

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

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

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

border-color css

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

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

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