Html Css Color HEX #FDC046 Golden Tainoi

📋 copy color: '#FDC046'

red 253 ◦ green 192 ◦ blue 70

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

Shades of Golden Tainoi #FDC046

Tints of Golden Tainoi #FDC046

RGB

 RED value IS 253 (99.22% from 255) = 49.13%

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

 BLUE value IS 70 (27.73% from 255) = 13.59%

R = 49.13%
G = 37.28%
B = 13.59%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.72

 K value IS 0.01

RGB Variations

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

Color information

#FDC046 (or 0xFDC046) is known color: Golden Tainoi. HEX triplet: FD, C0 and 46. RGB value is (253,192,70). Sum of RGB (Red+Green+Blue) = 253+192+70=515 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.13% from 515); Green value is 192 (75.39% from 255 or 37.28% from 515); Blue value is 70 (27.73% from 255 or 13.59% from 515); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC046 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC046 is #023FB9. Grayscale: #C4C4C4. Windows color (decimal): -147386 or 4636925. OLE color: 4636925.

HSL color Cylindrical-coordinate representation of color #FDC046: hue angle of 40º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FDC046 is Cyan = 0, Magento = 0.24, Yellow = 0.72 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 192 70 -
CMYK 0 0.24 0.72 0.01
HSL 40º 0.98% 0.63% -
HSV(B) 40º 0.72% 0.99% -
XYZ 60.46 59.02 14 -
YUV 196.33 56.71 168.42 -
System Red Green Blue C M Y K H S L
Decimal 253 192 70 0 0.24 0.72 0.01 40 0.98 0.63
Hex FD C0 46 0 18 48 1 28 62 3F
Octal 375 300 106 0 30 110 1 50 142 77
Binary 11111101 11000000 1000110 0 11000 1001000 1 101000 1100010 111111

Color Harmonies of #FDC046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC046

Black with #FDC046

Text Example


Text Example

White with #FDC046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC046; }

 p { color: rgb(253,192,70); }

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

background-color css

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

 a { background-color: rgb(253,192,70); }

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

border-color css

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

 span { border-color: rgb(253,192,70); }

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