Html Css Color HEX #FEC35B Golden Tainoi

📋 copy color: '#FEC35B'

red 254 ◦ green 195 ◦ blue 91

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

Shades of Golden Tainoi #FEC35B

Tints of Golden Tainoi #FEC35B

RGB

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

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

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

R = 47.04%
G = 36.11%
B = 16.85%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.64

 K value IS 0.00

RGB Variations

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

Color information

#FEC35B (or 0xFEC35B) is known color: Golden Tainoi. HEX triplet: FE, C3 and 5B. RGB value is (254,195,91). Sum of RGB (Red+Green+Blue) = 254+195+91=540 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.04% from 540); Green value is 195 (76.56% from 255 or 36.11% from 540); Blue value is 91 (35.94% from 255 or 16.85% from 540); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC35B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC35B is #013CA4. Grayscale: #C9C9C9. Windows color (decimal): -81061 or 6013950. OLE color: 6013950.

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

Color convert

RGB 254 195 91 -
CMYK 0 0.23 0.64 0.00
HSL 38.28º 0.99% 0.68% -
HSV(B) 38.28º 0.64% 1% -
XYZ 62.28 60.86 18.36 -
YUV 200.79 66.05 165.96 -
System Red Green Blue C M Y K H S L
Decimal 254 195 91 0 0.23 0.64 0.00 38.28 0.99 0.68
Hex FE C3 5B 0 17 40 0 26 63 44
Octal 376 303 133 0 27 100 0 46 143 104
Binary 11111110 11000011 1011011 0 10111 1000000 0 100110 1100011 1000100

Color Harmonies of #FEC35B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC35B

Black with #FEC35B

Text Example


Text Example

White with #FEC35B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC35B; }

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

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

background-color css

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

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

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

border-color css

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

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

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