Html Css Color HEX #FEC158 Golden Tainoi

📋 copy color: '#FEC158'

red 254 ◦ green 193 ◦ blue 88

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

Shades of Golden Tainoi #FEC158

Tints of Golden Tainoi #FEC158

RGB

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

 GREEN value IS 193 (75.78% from 255) = 36.07%

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

R = 47.48%
G = 36.07%
B = 16.45%

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

#FEC158 (or 0xFEC158) is known color: Golden Tainoi. HEX triplet: FE, C1 and 58. RGB value is (254,193,88). Sum of RGB (Red+Green+Blue) = 254+193+88=535 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.48% from 535); Green value is 193 (75.78% from 255 or 36.07% from 535); Blue value is 88 (34.77% from 255 or 16.45% from 535); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC158 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC158 is #013EA7. Grayscale: #C7C7C7. Windows color (decimal): -81576 or 5816830. OLE color: 5816830.

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

Color convert

RGB 254 193 88 -
CMYK 0 0.24 0.65 0.00
HSL 37.95º 0.99% 0.67% -
HSV(B) 37.95º 0.65% 1% -
XYZ 61.7 59.92 17.55 -
YUV 199.27 65.21 167.04 -
System Red Green Blue C M Y K H S L
Decimal 254 193 88 0 0.24 0.65 0.00 37.95 0.99 0.67
Hex FE C1 58 0 18 41 0 26 63 43
Octal 376 301 130 0 30 101 0 46 143 103
Binary 11111110 11000001 1011000 0 11000 1000001 0 100110 1100011 1000011

Color Harmonies of #FEC158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC158

Black with #FEC158

Text Example


Text Example

White with #FEC158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC158; }

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

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

background-color css

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

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

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

border-color css

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

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

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