Html Css Color HEX #FEC853 Golden Tainoi

📋 copy color: '#FEC853'

red 254 ◦ green 200 ◦ blue 83

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

Shades of Golden Tainoi #FEC853

Tints of Golden Tainoi #FEC853

RGB

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

 GREEN value IS 200 (78.52% from 255) = 37.24%

 BLUE value IS 83 (32.81% from 255) = 15.46%

R = 47.3%
G = 37.24%
B = 15.46%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.67

 K value IS 0.00

RGB Variations

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

Color information

#FEC853 (or 0xFEC853) is known color: Golden Tainoi. HEX triplet: FE, C8 and 53. RGB value is (254,200,83). Sum of RGB (Red+Green+Blue) = 254+200+83=537 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.30% from 537); Green value is 200 (78.52% from 255 or 37.24% from 537); Blue value is 83 (32.81% from 255 or 15.46% from 537); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC853 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC853 is #0137AC. Grayscale: #CBCBCB. Windows color (decimal): -79789 or 5490942. OLE color: 5490942.

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

Color convert

RGB 254 200 83 -
CMYK 0 0.21 0.67 0.00
HSL 41.05º 0.99% 0.66% -
HSV(B) 41.05º 0.67% 1% -
XYZ 63.09 63 17.02 -
YUV 202.81 60.39 164.51 -
System Red Green Blue C M Y K H S L
Decimal 254 200 83 0 0.21 0.67 0.00 41.05 0.99 0.66
Hex FE C8 53 0 15 43 0 29 63 42
Octal 376 310 123 0 25 103 0 51 143 102
Binary 11111110 11001000 1010011 0 10101 1000011 0 101001 1100011 1000010

Color Harmonies of #FEC853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC853

Black with #FEC853

Text Example


Text Example

White with #FEC853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC853; }

 p { color: rgb(254,200,83); }

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

background-color css

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

 a { background-color: rgb(254,200,83); }

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

border-color css

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

 span { border-color: rgb(254,200,83); }

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