Html Css Color HEX #FDC646 Golden Tainoi

📋 copy color: '#FDC646'

red 253 ◦ green 198 ◦ blue 70

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

Shades of Golden Tainoi #FDC646

Tints of Golden Tainoi #FDC646

RGB

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

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

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

R = 48.56%
G = 38%
B = 13.44%

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

#FDC646 (or 0xFDC646) is known color: Golden Tainoi. HEX triplet: FD, C6 and 46. RGB value is (253,198,70). Sum of RGB (Red+Green+Blue) = 253+198+70=521 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.56% from 521); Green value is 198 (77.73% from 255 or 38.00% from 521); Blue value is 70 (27.73% from 255 or 13.44% from 521); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC646 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC646 is #0239B9. Grayscale: #C8C8C8. Windows color (decimal): -145850 or 4638461. OLE color: 4638461.

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

Color convert

RGB 253 198 70 -
CMYK 0 0.22 0.72 0.01
HSL 41.97º 0.98% 0.63% -
HSV(B) 41.97º 0.72% 0.99% -
XYZ 61.81 61.71 14.45 -
YUV 199.85 54.72 165.91 -
System Red Green Blue C M Y K H S L
Decimal 253 198 70 0 0.22 0.72 0.01 41.97 0.98 0.63
Hex FD C6 46 0 16 48 1 2A 62 3F
Octal 375 306 106 0 26 110 1 52 142 77
Binary 11111101 11000110 1000110 0 10110 1001000 1 101010 1100010 111111

Color Harmonies of #FDC646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC646

Black with #FDC646

Text Example


Text Example

White with #FDC646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC646; }

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

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

background-color css

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

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

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

border-color css

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

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

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