Html Css Color HEX #FEC35E Golden Tainoi

📋 copy color: '#FEC35E'

red 254 ◦ green 195 ◦ blue 94

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

Shades of Golden Tainoi #FEC35E

Tints of Golden Tainoi #FEC35E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 17.31%

R = 46.78%
G = 35.91%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.63

 K value IS 0.00

RGB Variations

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

Color information

#FEC35E (or 0xFEC35E) is known color: Golden Tainoi. HEX triplet: FE, C3 and 5E. RGB value is (254,195,94). Sum of RGB (Red+Green+Blue) = 254+195+94=543 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.78% from 543); Green value is 195 (76.56% from 255 or 35.91% from 543); Blue value is 94 (37.11% from 255 or 17.31% from 543); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC35E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC35E is #013CA1. Grayscale: #C9C9C9. Windows color (decimal): -81058 or 6210558. OLE color: 6210558.

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

Color convert

RGB 254 195 94 -
CMYK 0 0.23 0.63 0.00
HSL 37.88º 0.99% 0.68% -
HSV(B) 37.88º 0.63% 1% -
XYZ 62.41 60.91 19.06 -
YUV 201.13 67.55 165.71 -
System Red Green Blue C M Y K H S L
Decimal 254 195 94 0 0.23 0.63 0.00 37.88 0.99 0.68
Hex FE C3 5E 0 17 3F 0 26 63 44
Octal 376 303 136 0 27 77 0 46 143 104
Binary 11111110 11000011 1011110 0 10111 111111 0 100110 1100011 1000100

Color Harmonies of #FEC35E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC35E

Black with #FEC35E

Text Example


Text Example

White with #FEC35E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC35E; }

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

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

background-color css

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

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

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

border-color css

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

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

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