Html Css Color HEX #FEC452 Golden Tainoi

📋 copy color: '#FEC452'

red 254 ◦ green 196 ◦ blue 82

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

Shades of Golden Tainoi #FEC452

Tints of Golden Tainoi #FEC452

RGB

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

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

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

R = 47.74%
G = 36.84%
B = 15.41%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.68

 K value IS 0.00

RGB Variations

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

Color information

#FEC452 (or 0xFEC452) is known color: Golden Tainoi. HEX triplet: FE, C4 and 52. RGB value is (254,196,82). Sum of RGB (Red+Green+Blue) = 254+196+82=532 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.74% from 532); Green value is 196 (76.95% from 255 or 36.84% from 532); Blue value is 82 (32.42% from 255 or 15.41% from 532); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC452 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC452 is #013BAD. Grayscale: #C8C8C8. Windows color (decimal): -80814 or 5424382. OLE color: 5424382.

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

Color convert

RGB 254 196 82 -
CMYK 0 0.23 0.68 0.00
HSL 39.77º 0.99% 0.66% -
HSV(B) 39.77º 0.68% 1% -
XYZ 62.14 61.16 16.51 -
YUV 200.35 61.22 166.27 -
System Red Green Blue C M Y K H S L
Decimal 254 196 82 0 0.23 0.68 0.00 39.77 0.99 0.66
Hex FE C4 52 0 17 44 0 28 63 42
Octal 376 304 122 0 27 104 0 50 143 102
Binary 11111110 11000100 1010010 0 10111 1000100 0 101000 1100011 1000010

Color Harmonies of #FEC452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC452

Black with #FEC452

Text Example


Text Example

White with #FEC452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC452; }

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

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

background-color css

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

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

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

border-color css

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

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

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