Html Css Color HEX #FDC247 Golden Tainoi

📋 copy color: '#FDC247'

red 253 ◦ green 194 ◦ blue 71

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

Shades of Golden Tainoi #FDC247

Tints of Golden Tainoi #FDC247

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 13.71%

R = 48.84%
G = 37.45%
B = 13.71%

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

#FDC247 (or 0xFDC247) is known color: Golden Tainoi. HEX triplet: FD, C2 and 47. RGB value is (253,194,71). Sum of RGB (Red+Green+Blue) = 253+194+71=518 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.84% from 518); Green value is 194 (76.17% from 255 or 37.45% from 518); Blue value is 71 (28.12% from 255 or 13.71% from 518); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC247 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC247 is #023DB8. Grayscale: #C6C6C6. Windows color (decimal): -146873 or 4702973. OLE color: 4702973.

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

Color convert

RGB 253 194 71 -
CMYK 0 0.23 0.72 0.01
HSL 40.55º 0.98% 0.64% -
HSV(B) 40.55º 0.72% 0.99% -
XYZ 60.94 59.92 14.32 -
YUV 197.62 56.55 167.5 -
System Red Green Blue C M Y K H S L
Decimal 253 194 71 0 0.23 0.72 0.01 40.55 0.98 0.64
Hex FD C2 47 0 17 48 1 29 62 40
Octal 375 302 107 0 27 110 1 51 142 100
Binary 11111101 11000010 1000111 0 10111 1001000 1 101001 1100010 1000000

Color Harmonies of #FDC247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC247

Black with #FDC247

Text Example


Text Example

White with #FDC247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC247; }

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

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

background-color css

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

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

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

border-color css

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

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

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