Html Css Color HEX #FEC362 Golden Tainoi

📋 copy color: '#FEC362'

red 254 ◦ green 195 ◦ blue 98

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

Shades of Golden Tainoi #FEC362

Tints of Golden Tainoi #FEC362

RGB

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

 GREEN value IS 195 (76.56% from 255) = 35.65%

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

R = 46.44%
G = 35.65%
B = 17.92%

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

#FEC362 (or 0xFEC362) is known color: Golden Tainoi. HEX triplet: FE, C3 and 62. RGB value is (254,195,98). Sum of RGB (Red+Green+Blue) = 254+195+98=547 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.44% from 547); Green value is 195 (76.56% from 255 or 35.65% from 547); Blue value is 98 (38.67% from 255 or 17.92% from 547); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC362 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC362 is #013C9D. Grayscale: #CACACA. Windows color (decimal): -81054 or 6472702. OLE color: 6472702.

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

Color convert

RGB 254 195 98 -
CMYK 0 0.23 0.61 0.00
HSL 37.31º 0.99% 0.69% -
HSV(B) 37.31º 0.61% 1% -
XYZ 62.59 60.98 20.03 -
YUV 201.58 69.55 165.39 -
System Red Green Blue C M Y K H S L
Decimal 254 195 98 0 0.23 0.61 0.00 37.31 0.99 0.69
Hex FE C3 62 0 17 3D 0 25 63 45
Octal 376 303 142 0 27 75 0 45 143 105
Binary 11111110 11000011 1100010 0 10111 111101 0 100101 1100011 1000101

Color Harmonies of #FEC362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC362

Black with #FEC362

Text Example


Text Example

White with #FEC362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC362; }

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

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

background-color css

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

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

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

border-color css

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

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

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