Html Css Color HEX #FDC246 Golden Tainoi

📋 copy color: '#FDC246'

red 253 ◦ green 194 ◦ blue 70

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

Shades of Golden Tainoi #FDC246

Tints of Golden Tainoi #FDC246

RGB

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

 GREEN value IS 194 (76.17% from 255) = 37.52%

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

R = 48.94%
G = 37.52%
B = 13.54%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.72

 K value IS 0.01

RGB Variations

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

Color information

#FDC246 (or 0xFDC246) is known color: Golden Tainoi. HEX triplet: FD, C2 and 46. RGB value is (253,194,70). Sum of RGB (Red+Green+Blue) = 253+194+70=517 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.94% from 517); Green value is 194 (76.17% from 255 or 37.52% from 517); Blue value is 70 (27.73% from 255 or 13.54% from 517); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC246 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC246 is #023DB9. Grayscale: #C6C6C6. Windows color (decimal): -146874 or 4637437. OLE color: 4637437.

HSL color Cylindrical-coordinate representation of color #FDC246: hue angle of 40.66º 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 #FDC246 is Cyan = 0, Magento = 0.23, Yellow = 0.72 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 194 70 -
CMYK 0 0.23 0.72 0.01
HSL 40.66º 0.98% 0.63% -
HSV(B) 40.66º 0.72% 0.99% -
XYZ 60.91 59.91 14.15 -
YUV 197.51 56.05 167.58 -
System Red Green Blue C M Y K H S L
Decimal 253 194 70 0 0.23 0.72 0.01 40.66 0.98 0.63
Hex FD C2 46 0 17 48 1 29 62 3F
Octal 375 302 106 0 27 110 1 51 142 77
Binary 11111101 11000010 1000110 0 10111 1001000 1 101001 1100010 111111

Color Harmonies of #FDC246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC246

Black with #FDC246

Text Example


Text Example

White with #FDC246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC246; }

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

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

background-color css

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

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

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

border-color css

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

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

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