Html Css Color HEX #FEC65B Golden Tainoi

📋 copy color: '#FEC65B'

red 254 ◦ green 198 ◦ blue 91

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

Shades of Golden Tainoi #FEC65B

Tints of Golden Tainoi #FEC65B

RGB

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

 GREEN value IS 198 (77.73% from 255) = 36.46%

 BLUE value IS 91 (35.94% from 255) = 16.76%

R = 46.78%
G = 36.46%
B = 16.76%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.64

 K value IS 0.00

RGB Variations

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

Color information

#FEC65B (or 0xFEC65B) is known color: Golden Tainoi. HEX triplet: FE, C6 and 5B. RGB value is (254,198,91). Sum of RGB (Red+Green+Blue) = 254+198+91=543 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.78% from 543); Green value is 198 (77.73% from 255 or 36.46% from 543); Blue value is 91 (35.94% from 255 or 16.76% from 543); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC65B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC65B is #0139A4. Grayscale: #CBCBCB. Windows color (decimal): -80293 or 6014718. OLE color: 6014718.

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

Color convert

RGB 254 198 91 -
CMYK 0 0.22 0.64 0.00
HSL 39.39º 0.99% 0.68% -
HSV(B) 39.39º 0.64% 1% -
XYZ 62.96 62.21 18.59 -
YUV 202.55 65.05 164.7 -
System Red Green Blue C M Y K H S L
Decimal 254 198 91 0 0.22 0.64 0.00 39.39 0.99 0.68
Hex FE C6 5B 0 16 40 0 27 63 44
Octal 376 306 133 0 26 100 0 47 143 104
Binary 11111110 11000110 1011011 0 10110 1000000 0 100111 1100011 1000100

Color Harmonies of #FEC65B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC65B

Black with #FEC65B

Text Example


Text Example

White with #FEC65B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC65B; }

 p { color: rgb(254,198,91); }

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

background-color css

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

 a { background-color: rgb(254,198,91); }

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

border-color css

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

 span { border-color: rgb(254,198,91); }

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