Html Css Color HEX #FEC753 Golden Tainoi

📋 copy color: '#FEC753'

red 254 ◦ green 199 ◦ blue 83

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

Shades of Golden Tainoi #FEC753

Tints of Golden Tainoi #FEC753

RGB

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

 GREEN value IS 199 (78.13% from 255) = 37.13%

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

R = 47.39%
G = 37.13%
B = 15.49%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.67

 K value IS 0.00

RGB Variations

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

Color information

#FEC753 (or 0xFEC753) is known color: Golden Tainoi. HEX triplet: FE, C7 and 53. RGB value is (254,199,83). Sum of RGB (Red+Green+Blue) = 254+199+83=536 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.39% from 536); Green value is 199 (78.12% from 255 or 37.13% from 536); Blue value is 83 (32.81% from 255 or 15.49% from 536); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC753 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC753 is #0138AC. Grayscale: #CACACA. Windows color (decimal): -80045 or 5490686. OLE color: 5490686.

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

Color convert

RGB 254 199 83 -
CMYK 0 0.22 0.67 0.00
HSL 40.7º 0.99% 0.66% -
HSV(B) 40.7º 0.67% 1% -
XYZ 62.86 62.54 16.94 -
YUV 202.22 60.72 164.93 -
System Red Green Blue C M Y K H S L
Decimal 254 199 83 0 0.22 0.67 0.00 40.7 0.99 0.66
Hex FE C7 53 0 16 43 0 29 63 42
Octal 376 307 123 0 26 103 0 51 143 102
Binary 11111110 11000111 1010011 0 10110 1000011 0 101001 1100011 1000010

Color Harmonies of #FEC753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC753

Black with #FEC753

Text Example


Text Example

White with #FEC753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC753; }

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

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

background-color css

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

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

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

border-color css

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

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

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