Html Css Color HEX #FEC462 Golden Tainoi

📋 copy color: '#FEC462'

red 254 ◦ green 196 ◦ blue 98

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

Shades of Golden Tainoi #FEC462

Tints of Golden Tainoi #FEC462

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 17.88%

R = 46.35%
G = 35.77%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.61

 K value IS 0.00

RGB Variations

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

Color information

#FEC462 (or 0xFEC462) is known color: Golden Tainoi. HEX triplet: FE, C4 and 62. RGB value is (254,196,98). Sum of RGB (Red+Green+Blue) = 254+196+98=548 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.35% from 548); Green value is 196 (76.95% from 255 or 35.77% from 548); Blue value is 98 (38.67% from 255 or 17.88% from 548); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC462 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC462 is #013B9D. Grayscale: #CACACA. Windows color (decimal): -80798 or 6472958. OLE color: 6472958.

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

Color convert

RGB 254 196 98 -
CMYK 0 0.23 0.61 0.00
HSL 37.69º 0.99% 0.69% -
HSV(B) 37.69º 0.61% 1% -
XYZ 62.82 61.43 20.1 -
YUV 202.17 69.22 164.97 -
System Red Green Blue C M Y K H S L
Decimal 254 196 98 0 0.23 0.61 0.00 37.69 0.99 0.69
Hex FE C4 62 0 17 3D 0 26 63 45
Octal 376 304 142 0 27 75 0 46 143 105
Binary 11111110 11000100 1100010 0 10111 111101 0 100110 1100011 1000101

Color Harmonies of #FEC462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC462

Black with #FEC462

Text Example


Text Example

White with #FEC462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC462; }

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

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

background-color css

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

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

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

border-color css

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

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

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