Html Css Color HEX #FDC647 Golden Tainoi

📋 copy color: '#FDC647'

red 253 ◦ green 198 ◦ blue 71

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

Shades of Golden Tainoi #FDC647

Tints of Golden Tainoi #FDC647

RGB

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

 GREEN value IS 198 (77.73% from 255) = 37.93%

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

R = 48.47%
G = 37.93%
B = 13.6%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.72

 K value IS 0.01

RGB Variations

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

Color information

#FDC647 (or 0xFDC647) is known color: Golden Tainoi. HEX triplet: FD, C6 and 47. RGB value is (253,198,71). Sum of RGB (Red+Green+Blue) = 253+198+71=522 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.47% from 522); Green value is 198 (77.73% from 255 or 37.93% from 522); Blue value is 71 (28.12% from 255 or 13.60% from 522); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC647 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC647 is #0239B8. Grayscale: #C8C8C8. Windows color (decimal): -145849 or 4703997. OLE color: 4703997.

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

Color convert

RGB 253 198 71 -
CMYK 0 0.22 0.72 0.01
HSL 41.87º 0.98% 0.64% -
HSV(B) 41.87º 0.72% 0.99% -
XYZ 61.84 61.73 14.62 -
YUV 199.97 55.22 165.83 -
System Red Green Blue C M Y K H S L
Decimal 253 198 71 0 0.22 0.72 0.01 41.87 0.98 0.64
Hex FD C6 47 0 16 48 1 2A 62 40
Octal 375 306 107 0 26 110 1 52 142 100
Binary 11111101 11000110 1000111 0 10110 1001000 1 101010 1100010 1000000

Color Harmonies of #FDC647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC647

Black with #FDC647

Text Example


Text Example

White with #FDC647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC647; }

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

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

background-color css

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

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

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

border-color css

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

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

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