Html Css Color HEX #FEC053 Golden Tainoi

📋 copy color: '#FEC053'

red 254 ◦ green 192 ◦ blue 83

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

Shades of Golden Tainoi #FEC053

Tints of Golden Tainoi #FEC053

RGB

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

 GREEN value IS 192 (75.39% from 255) = 36.29%

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

R = 48.02%
G = 36.29%
B = 15.69%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.67

 K value IS 0.00

RGB Variations

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

Color information

#FEC053 (or 0xFEC053) is known color: Golden Tainoi. HEX triplet: FE, C0 and 53. RGB value is (254,192,83). Sum of RGB (Red+Green+Blue) = 254+192+83=529 (70% of max value = 765). Red value is 254 (99.61% from 255 or 48.02% from 529); Green value is 192 (75.39% from 255 or 36.29% from 529); Blue value is 83 (32.81% from 255 or 15.69% from 529); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC053 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC053 is #013FAC. Grayscale: #C6C6C6. Windows color (decimal): -81837 or 5488894. OLE color: 5488894.

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

Color convert

RGB 254 192 83 -
CMYK 0 0.24 0.67 0.00
HSL 38.25º 0.99% 0.66% -
HSV(B) 38.25º 0.67% 1% -
XYZ 61.28 59.39 16.42 -
YUV 198.11 63.04 167.86 -
System Red Green Blue C M Y K H S L
Decimal 254 192 83 0 0.24 0.67 0.00 38.25 0.99 0.66
Hex FE C0 53 0 18 43 0 26 63 42
Octal 376 300 123 0 30 103 0 46 143 102
Binary 11111110 11000000 1010011 0 11000 1000011 0 100110 1100011 1000010

Color Harmonies of #FEC053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC053

Black with #FEC053

Text Example


Text Example

White with #FEC053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC053; }

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

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

background-color css

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

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

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

border-color css

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

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

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