Html Css Color HEX #FEC762 Golden Tainoi

📋 copy color: '#FEC762'

red 254 ◦ green 199 ◦ blue 98

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

Shades of Golden Tainoi #FEC762

Tints of Golden Tainoi #FEC762

RGB

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

 GREEN value IS 199 (78.13% from 255) = 36.12%

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

R = 46.1%
G = 36.12%
B = 17.79%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.61

 K value IS 0.00

RGB Variations

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

Color information

#FEC762 (or 0xFEC762) is known color: Golden Tainoi. HEX triplet: FE, C7 and 62. RGB value is (254,199,98). Sum of RGB (Red+Green+Blue) = 254+199+98=551 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.10% from 551); Green value is 199 (78.12% from 255 or 36.12% from 551); Blue value is 98 (38.67% from 255 or 17.79% from 551); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC762 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC762 is #01389D. Grayscale: #CCCCCC. Windows color (decimal): -80030 or 6473726. OLE color: 6473726.

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

Color convert

RGB 254 199 98 -
CMYK 0 0.22 0.61 0.00
HSL 38.85º 0.99% 0.69% -
HSV(B) 38.85º 0.61% 1% -
XYZ 63.5 62.8 20.33 -
YUV 203.93 68.22 163.71 -
System Red Green Blue C M Y K H S L
Decimal 254 199 98 0 0.22 0.61 0.00 38.85 0.99 0.69
Hex FE C7 62 0 16 3D 0 27 63 45
Octal 376 307 142 0 26 75 0 47 143 105
Binary 11111110 11000111 1100010 0 10110 111101 0 100111 1100011 1000101

Color Harmonies of #FEC762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC762

Black with #FEC762

Text Example


Text Example

White with #FEC762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC762; }

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

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

background-color css

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

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

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

border-color css

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

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

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