Html Css Color HEX #FEC152 Golden Tainoi

📋 copy color: '#FEC152'

red 254 ◦ green 193 ◦ blue 82

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

Shades of Golden Tainoi #FEC152

Tints of Golden Tainoi #FEC152

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 15.5%

R = 48.02%
G = 36.48%
B = 15.5%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.68

 K value IS 0.00

RGB Variations

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

Color information

#FEC152 (or 0xFEC152) is known color: Golden Tainoi. HEX triplet: FE, C1 and 52. RGB value is (254,193,82). Sum of RGB (Red+Green+Blue) = 254+193+82=529 (70% of max value = 765). Red value is 254 (99.61% from 255 or 48.02% from 529); Green value is 193 (75.78% from 255 or 36.48% from 529); Blue value is 82 (32.42% from 255 or 15.50% from 529); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC152 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC152 is #013EAD. Grayscale: #C7C7C7. Windows color (decimal): -81582 or 5423614. OLE color: 5423614.

HSL color Cylindrical-coordinate representation of color #FEC152: hue angle of 38.72º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FEC152 is Cyan = 0, Magento = 0.24, Yellow = 0.68 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 193 82 -
CMYK 0 0.24 0.68 0.00
HSL 38.72º 0.99% 0.66% -
HSV(B) 38.72º 0.68% 1% -
XYZ 61.47 59.82 16.29 -
YUV 198.59 62.21 167.53 -
System Red Green Blue C M Y K H S L
Decimal 254 193 82 0 0.24 0.68 0.00 38.72 0.99 0.66
Hex FE C1 52 0 18 44 0 27 63 42
Octal 376 301 122 0 30 104 0 47 143 102
Binary 11111110 11000001 1010010 0 11000 1000100 0 100111 1100011 1000010

Color Harmonies of #FEC152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC152

Black with #FEC152

Text Example


Text Example

White with #FEC152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC152; }

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

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

background-color css

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

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

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

border-color css

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

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

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