Html Css Color HEX #FEC263 Golden Tainoi

📋 copy color: '#FEC263'

red 254 ◦ green 194 ◦ blue 99

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

Shades of Golden Tainoi #FEC263

Tints of Golden Tainoi #FEC263

RGB

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

 GREEN value IS 194 (76.17% from 255) = 35.47%

 BLUE value IS 99 (39.06% from 255) = 18.1%

R = 46.44%
G = 35.47%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.61

 K value IS 0.00

RGB Variations

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

Color information

#FEC263 (or 0xFEC263) is known color: Golden Tainoi. HEX triplet: FE, C2 and 63. RGB value is (254,194,99). Sum of RGB (Red+Green+Blue) = 254+194+99=547 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.44% from 547); Green value is 194 (76.17% from 255 or 35.47% from 547); Blue value is 99 (39.06% from 255 or 18.10% from 547); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC263 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC263 is #013D9C. Grayscale: #C9C9C9. Windows color (decimal): -81309 or 6537982. OLE color: 6537982.

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

Color convert

RGB 254 194 99 -
CMYK 0 0.24 0.61 0.00
HSL 36.77º 0.99% 0.69% -
HSV(B) 36.77º 0.61% 1% -
XYZ 62.42 60.56 20.2 -
YUV 201.11 70.38 165.72 -
System Red Green Blue C M Y K H S L
Decimal 254 194 99 0 0.24 0.61 0.00 36.77 0.99 0.69
Hex FE C2 63 0 18 3D 0 25 63 45
Octal 376 302 143 0 30 75 0 45 143 105
Binary 11111110 11000010 1100011 0 11000 111101 0 100101 1100011 1000101

Color Harmonies of #FEC263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC263

Black with #FEC263

Text Example


Text Example

White with #FEC263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC263; }

 p { color: rgb(254,194,99); }

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

background-color css

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

 a { background-color: rgb(254,194,99); }

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

border-color css

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

 span { border-color: rgb(254,194,99); }

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