Html Css Color HEX #FEC862 Golden Tainoi

📋 copy color: '#FEC862'

red 254 ◦ green 200 ◦ blue 98

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

Shades of Golden Tainoi #FEC862

Tints of Golden Tainoi #FEC862

RGB

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

 GREEN value IS 200 (78.52% from 255) = 36.23%

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

R = 46.01%
G = 36.23%
B = 17.75%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.61

 K value IS 0.00

RGB Variations

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

Color information

#FEC862 (or 0xFEC862) is known color: Golden Tainoi. HEX triplet: FE, C8 and 62. RGB value is (254,200,98). Sum of RGB (Red+Green+Blue) = 254+200+98=552 (73% of max value = 765). Red value is 254 (99.61% from 255 or 46.01% from 552); Green value is 200 (78.52% from 255 or 36.23% from 552); Blue value is 98 (38.67% from 255 or 17.75% from 552); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC862 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC862 is #01379D. Grayscale: #CCCCCC. Windows color (decimal): -79774 or 6473982. OLE color: 6473982.

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

Color convert

RGB 254 200 98 -
CMYK 0 0.21 0.61 0.00
HSL 39.23º 0.99% 0.69% -
HSV(B) 39.23º 0.61% 1% -
XYZ 63.73 63.26 20.41 -
YUV 204.52 67.89 163.29 -
System Red Green Blue C M Y K H S L
Decimal 254 200 98 0 0.21 0.61 0.00 39.23 0.99 0.69
Hex FE C8 62 0 15 3D 0 27 63 45
Octal 376 310 142 0 25 75 0 47 143 105
Binary 11111110 11001000 1100010 0 10101 111101 0 100111 1100011 1000101

Color Harmonies of #FEC862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC862

Black with #FEC862

Text Example


Text Example

White with #FEC862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC862; }

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

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

background-color css

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

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

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

border-color css

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

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

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